add www.philippeterson
This commit is contained in:
parent
aed3fa1e4d
commit
b9b282fde8
1 changed files with 12 additions and 0 deletions
|
|
@ -48,6 +48,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
"www.philippeterson.com" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = false;
|
||||||
|
addSSL = true;
|
||||||
|
|
||||||
|
locations."/" = {
|
||||||
|
extraConfig = ''
|
||||||
|
return 301 https://philippeterson.com$request_uri;
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"philippeterson.com" = {
|
"philippeterson.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?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue