Add pdxdestiny.com

This commit is contained in:
Mork Swork 2026-02-15 21:51:07 -08:00
parent 8af11c52ae
commit eba08dc984

View file

@ -20,6 +20,27 @@
''; '';
}; };
"pdxdestiny.com" = {
enableACME = true; # Enable Let's Encrypt certificate for HTTPS
forceSSL = false; # Redirect HTTP to HTTPS?
addSSL = true;
root = "/dev/null";
locations."/" = {
extraConfig = ''
default_type text/html;
return 200 '<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World!</h1>
<p>Welcome to pdxdestiny.com</p>
</body>
</html>';
'';
};
};
"fbksdigital.com" = { "fbksdigital.com" = {
enableACME = true; # Enable Let's Encrypt certificate for HTTPS enableACME = true; # Enable Let's Encrypt certificate for HTTPS
forceSSL = false; # Redirect HTTP to HTTPS? forceSSL = false; # Redirect HTTP to HTTPS?