[uptimekuma] set redirects

This commit is contained in:
2025-01-17 13:59:54 +01:00
parent d9bb933891
commit 6aa6f2e171
3 changed files with 27 additions and 0 deletions

View File

@@ -43,6 +43,16 @@ in
};
};
services.nginx.virtualHosts."status.malobeo.org" = {
forceSSL = true;
enableACME= true;
locations."/" = {
proxyPass = "http://10.0.0.10";
extraConfig = ''
'';
};
};
services.nginx.virtualHosts."tasklist.malobeo.org" = {
forceSSL = true;
enableACME= true;