[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

@@ -38,6 +38,15 @@ with lib;
};
};
virtualHosts."status.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.100.0.101";
extraConfig = ''
'';
};
};
};
system.stateVersion = "22.11"; # Did you read the comment?