Add pdxdestiny.com
This commit is contained in:
parent
8af11c52ae
commit
eba08dc984
1 changed files with 21 additions and 0 deletions
|
|
@ -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" = {
|
||||
enableACME = true; # Enable Let's Encrypt certificate for HTTPS
|
||||
forceSSL = false; # Redirect HTTP to HTTPS?
|
||||
|
|
|
|||
Loading…
Reference in a new issue