From f632a7cf5878e9710da88d7ae827c7f9405f0f45 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 20:04:29 +0100 Subject: Approot setting for bar --- custom/ymir-nginx.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'custom') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 33a9411a..94e6f1ed 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -161,10 +161,6 @@ in { auth_basic_user_file /srv/www/bragi/htpasswd; proxy_pass http://bragi.asgard.yggdrasil/; - - location /bar/ { - proxy_set_header AppRoot $scheme://$host/bar; - } } } ''; -- cgit v1.2.3