diff options
| -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" = { |
