From d78b100ea4e4546f1debe5eddb75bef3cfe631e3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 16:12:02 +0100 Subject: Are slashes evil? --- custom/ymir-nginx.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'custom/ymir-nginx.nix') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index b2ab4b69..2639cf07 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -160,11 +160,7 @@ in { auth_basic "Reverse proxy to bragi"; auth_basic_user_file /srv/www/bragi/htpasswd; - proxy_pass http://bragi.asgard.yggdrasil/; - - location /bar { - proxy_set_header AppRoot "https://$host/bar.ymir"; - } + proxy_pass http://bragi.asgard.yggdrasil; } } ''; -- cgit v1.2.3