From 96bce76b709ac9697b80c97dcbc148076293e653 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Sep 2018 18:37:25 +0200 Subject: ... --- odin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odin.nix b/odin.nix index ae952b18..406df0c6 100644 --- a/odin.nix +++ b/odin.nix @@ -446,7 +446,7 @@ services.bar = { enable = true; port = 8082; - approot = ""; + approot = "/bar"; 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