summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-16 16:53:28 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-16 16:53:28 +0100
commitc8f5fe9cc585849921c7f79b29fd50c74e5d67e8 (patch)
tree7897b634d7f63f08a46afb070d6a2e784e716053 /bragi.nix
parentd327e7a99532a642a53b9dd2521534be97b6eb85 (diff)
downloadnixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.tar
nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.tar.gz
nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.tar.bz2
nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.tar.xz
nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.zip
Escaping
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 251fbaaf..6f0062d2 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -384,7 +384,7 @@ in rec {
384 location /bar/ { 384 location /bar/ {
385 map $http_AppRoot $approot { 385 map $http_AppRoot $approot {
386 default $http_AppRoot; 386 default $http_AppRoot;
387 '' $host/bar; 387 ''' $host/bar;
388 } 388 }
389 proxy_pass http://[::1]:8082; 389 proxy_pass http://[::1]:8082;
390 proxy_set_header AppRoot $approot; 390 proxy_set_header AppRoot $approot;