use three letter domains

This commit is contained in:
goeranh 2026-04-20 11:52:26 +02:00
parent 9beef4e013
commit d435d8d487
No known key found for this signature in database

View file

@ -124,8 +124,8 @@
server = { server = {
http_addr = "127.0.0.1"; http_addr = "127.0.0.1";
http_port = 3000; http_port = 3000;
domain = "monitoring.adm.htw.stura-dresden.de"; domain = "mon.adm.htw.stura-dresden.de";
root_url = "https://monitoring.adm.htw.stura-dresden.de"; root_url = "https://mon.adm.htw.stura-dresden.de";
}; };
security = { security = {
admin_user = "admin"; admin_user = "admin";
@ -154,7 +154,7 @@
services.nginx = { services.nginx = {
enable = true; enable = true;
virtualHosts."logs.adm.htw.stura-dresden.de" = { virtualHosts."log.adm.htw.stura-dresden.de" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
@ -164,7 +164,7 @@
}; };
}; };
virtualHosts."metrics.adm.htw.stura-dresden.de" = { virtualHosts."met.adm.htw.stura-dresden.de" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
@ -173,7 +173,7 @@
}; };
}; };
virtualHosts."monitoring.adm.htw.stura-dresden.de" = { virtualHosts."mon.adm.htw.stura-dresden.de" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {