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 = {}; users.groups.limbusart = {};
services.nginx.virtualHosts."limbus.company" = { services.nginx.virtualHosts."limbus.gaze.systems" = {
useACMEHost = "limbus.company"; useACMEHost = "gaze.systems";
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://localhost:3000"; locations."/".proxyPass = "http://localhost:3000";
}; };

View File

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