mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
parent
7a662ef20f
commit
741309d38e
4 changed files with 53 additions and 20 deletions
|
|
@ -26,6 +26,9 @@ in {
|
|||
"hetznix01.${domain}" = {
|
||||
serverAliases = [
|
||||
"technicalissues.us"
|
||||
"alt.technicalissues.us"
|
||||
"mail.alt.technicalissues.us"
|
||||
"mail.indianspringsbsa.org"
|
||||
];
|
||||
default = true;
|
||||
enableACME = true;
|
||||
|
|
@ -120,6 +123,12 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
"stats.${domain}" = {
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:8001";
|
||||
};
|
||||
"utk.${domain}" = {
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue