feat: move limbusart to subdomain cuz domain expired

This commit is contained in:
dusk 2024-09-26 23:19:15 +09:00
parent 877a21651b
commit e0f0722193
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 3 additions and 7 deletions

View File

@ -33,8 +33,8 @@ in {
};
users.groups.limbusart = {};
services.nginx.virtualHosts."limbus.company" = {
useACMEHost = "limbus.company";
services.nginx.virtualHosts."limbus.gaze.systems" = {
useACMEHost = "gaze.systems";
forceSSL = true;
locations."/".proxyPass = "http://localhost:3000";
};

View File

@ -16,16 +16,12 @@
webroot = "/var/lib/acme/acme-challenge";
extraDomainNames = [
"git.gaze.systems"
"matrix.gaze.systems"
"ms.gaze.systems"
"mq.gaze.systems"
"couchdb.gaze.systems"
"doc.gaze.systems"
"limbus.gaze.systems"
];
};
certs."limbus.company" = {
webroot = "/var/lib/acme/acme-challenge";
extraDomainNames = [];
};
};
}