mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Not my domain anymore so gotta say bye
This commit is contained in:
parent
9dec3c9d71
commit
3292d47575
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue