From c8f5fe9cc585849921c7f79b29fd50c74e5d67e8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 16:53:28 +0100 Subject: Escaping --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index 251fbaaf..6f0062d2 100644 --- a/bragi.nix +++ b/bragi.nix @@ -384,7 +384,7 @@ in rec { location /bar/ { map $http_AppRoot $approot { default $http_AppRoot; - '' $host/bar; + ''' $host/bar; } proxy_pass http://[::1]:8082; proxy_set_header AppRoot $approot; -- cgit v1.2.3