From f64315ab905a24d24299590170ef85289c73e291 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 18:38:54 +0200 Subject: ... --- odin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index 406df0c6..ae952b18 100644 --- a/odin.nix +++ b/odin.nix @@ -446,7 +446,7 @@ services.bar = { enable = true; port = 8082; - approot = "/bar"; + approot = ""; ipFromHeader = true; }; @@ -461,7 +461,7 @@ serverAliases = [ "odin" "10.141.1.2" ]; locations = { - "/bar".proxyPass = "http://bar"; + "/bar/".proxyPass = "http://bar/"; }; }; -- cgit v1.2.3