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"
|
||||
"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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue