From 0ea03e419a64d33bc312fb44a001b6c43f0778e1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 18:36:52 +0200 Subject: ... --- odin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odin.nix b/odin.nix index a1211196..ae952b18 100644 --- a/odin.nix +++ b/odin.nix @@ -446,7 +446,7 @@ services.bar = { enable = true; port = 8082; - approot = "/bar"; + approot = ""; ipFromHeader = true; }; @@ -467,7 +467,7 @@ upstreams = { "bar" = { - servers."localhost:${toString config.services.bar.port}/"= {}; + servers."localhost:${toString config.services.bar.port}"= {}; }; }; }; -- cgit v1.2.3