diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 16:53:28 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 16:53:28 +0100 |
commit | c8f5fe9cc585849921c7f79b29fd50c74e5d67e8 (patch) | |
tree | 7897b634d7f63f08a46afb070d6a2e784e716053 | |
parent | d327e7a99532a642a53b9dd2521534be97b6eb85 (diff) | |
download | nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.tar nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.tar.gz nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.tar.bz2 nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.tar.xz nixos-c8f5fe9cc585849921c7f79b29fd50c74e5d67e8.zip |
Escaping
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |