Not my domain anymore so gotta say bye

This commit is contained in:
Gene Liverman 2025-01-24 07:28:45 -05:00
parent 9dec3c9d71
commit 3292d47575

View file

@ -28,7 +28,6 @@ in {
"technicalissues.us" "technicalissues.us"
"alt.technicalissues.us" "alt.technicalissues.us"
"mail.alt.technicalissues.us" "mail.alt.technicalissues.us"
"mail.indianspringsbsa.org"
]; ];
default = true; default = true;
enableACME = true; enableACME = true;
@ -156,6 +155,10 @@ in {
locations."/".proxyPass = "http://127.0.0.1:8001"; locations."/".proxyPass = "http://127.0.0.1:8001";
}; };
"utk.${domain}" = { "utk.${domain}" = {
serverAliases = [
"pi-status.${domain}"
"status.${domain}"
];
enableACME = true; enableACME = true;
acmeRoot = null; acmeRoot = null;
forceSSL = true; forceSSL = true;