Add fbksdigital

This commit is contained in:
philip-peterson 2025-11-18 14:54:59 -09:00
parent 706b2ec2a1
commit 8af11c52ae

View file

@ -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?