Merge pull request #490 from genebean/bye_isd

Not my domain anymore so gotta say bye
This commit is contained in:
Gene Liverman 2025-01-24 07:29:27 -05:00 committed by GitHub
commit 032049ad34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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