summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 48921a26..81a32c06 100644
--- a/odin.nix
+++ b/odin.nix
@@ -492,6 +492,9 @@
492 492
493 locations = { 493 locations = {
494 # "/bar".proxyPass = "http://bar/"; 494 # "/bar".proxyPass = "http://bar/";
495 "/".extraConfig = ''
496 return 301 /grafana/;
497 '';
495 "/motion/cat-food.mjpeg".proxyPass = "http://localhost:8080/"; 498 "/motion/cat-food.mjpeg".proxyPass = "http://localhost:8080/";
496 "/motion/living-room.mjpeg".proxyPass = "http://localhost:8081/"; 499 "/motion/living-room.mjpeg".proxyPass = "http://localhost:8081/";
497 "/prometheus" = { 500 "/prometheus" = {