From 8768241c7d935cc5cc866a1054a688cc37356cc9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 17:52:06 +0100 Subject: Slashes are _not_ evil --- custom/ymir-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index b9d77844..33a9411a 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -160,7 +160,7 @@ in { auth_basic "Reverse proxy to bragi"; auth_basic_user_file /srv/www/bragi/htpasswd; - proxy_pass http://bragi.asgard.yggdrasil; + proxy_pass http://bragi.asgard.yggdrasil/; location /bar/ { proxy_set_header AppRoot $scheme://$host/bar; -- cgit v1.2.3