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