From 7781454c8c07f1de7fa0d0fa0ab2784069c4c30b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 May 2019 20:56:11 +0200 Subject: ... --- odin.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/odin.nix b/odin.nix index 7cfac3ec..48921a26 100644 --- a/odin.nix +++ b/odin.nix @@ -491,7 +491,7 @@ serverAliases = [ "odin" "10.141.1.2" ]; locations = { - "/bar/".proxyPass = "http://bar/"; + # "/bar".proxyPass = "http://bar/"; "/motion/cat-food.mjpeg".proxyPass = "http://localhost:8080/"; "/motion/living-room.mjpeg".proxyPass = "http://localhost:8081/"; "/prometheus" = { @@ -501,14 +501,14 @@ ''; proxyPass = "http://prometheus"; }; - "/grafana".proxyPass = "http://grafana"; + "/grafana".proxyPass = "http://grafana/"; }; }; upstreams = { - "bar" = { - servers."localhost:${toString config.services.bar.port}"= {}; - }; + # "bar" = { + # servers."localhost:${toString config.services.bar.port}"= {}; + # }; "prometheus" = { servers."${config.services.prometheus.listenAddress}" = {}; }; -- cgit v1.2.3