summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 81a32c06..fc6e67cc 100644
--- a/odin.nix
+++ b/odin.nix
@@ -504,7 +504,8 @@
504 ''; 504 '';
505 proxyPass = "http://prometheus"; 505 proxyPass = "http://prometheus";
506 }; 506 };
507 "/grafana".proxyPass = "http://grafana/"; 507 "= /grafana".extraConfig = "return 302 /grafana/;";
508 "/grafana/".proxyPass = "http://grafana/";
508 }; 509 };
509 }; 510 };
510 511