diff options
-rw-r--r-- | odin.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||