Add fbksdigital
This commit is contained in:
parent
706b2ec2a1
commit
8af11c52ae
1 changed files with 14 additions and 0 deletions
|
|
@ -20,6 +20,20 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"fbksdigital.com" = {
|
||||||
|
enableACME = true; # Enable Let's Encrypt certificate for HTTPS
|
||||||
|
forceSSL = false; # Redirect HTTP to HTTPS?
|
||||||
|
addSSL = true;
|
||||||
|
|
||||||
|
root = "/dev/null";
|
||||||
|
|
||||||
|
locations."/" = {
|
||||||
|
extraConfig = ''
|
||||||
|
return 301 http://fbksdigital.lpages.co/fbksdigital/;
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
"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