diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-06 20:57:30 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-06 20:57:30 +0200 |
commit | 9ee23f77618e7eb63a11d67ebf8b623402b2dbca (patch) | |
tree | 435fa844f5991897f9e96b187f103098ce52c1f8 | |
parent | 7781454c8c07f1de7fa0d0fa0ab2784069c4c30b (diff) | |
download | nixos-9ee23f77618e7eb63a11d67ebf8b623402b2dbca.tar nixos-9ee23f77618e7eb63a11d67ebf8b623402b2dbca.tar.gz nixos-9ee23f77618e7eb63a11d67ebf8b623402b2dbca.tar.bz2 nixos-9ee23f77618e7eb63a11d67ebf8b623402b2dbca.tar.xz nixos-9ee23f77618e7eb63a11d67ebf8b623402b2dbca.zip |
...
-rw-r--r-- | odin.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" = { |