make the monioring page default on eris
Graham Christensen committed
Sep 29, 2022 at 20:59 UTC
b5cff252ad16304cc34431bf039845035f3425a9
1 file changed
+1
delft/eris.nix
+1
@@ -79,6 +79,7 @@ in
79
virtualHosts."monitoring.nixos.org" = {
80
enableACME = true;
81
forceSSL = true;
82
+ default = true;
83
locations."/".return = "302 https://status.nixos.org";
84
locations."/prometheus/".proxyPass = "http://${config.services.prometheus.listenAddress}:${toString config.services.prometheus.port}";
85
locations."/grafana/".proxyPass = "http://${config.services.grafana.addr}:${toString config.services.grafana.port}/";