commit e0bd018196218bc3cd0cda4f019ec2fe42508c66 parent 8ea2d242b4b0223f2388751ab4d6bfdd90681cfc Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 10 Jan 2017 19:18:21 +0100 add is_args Diffstat:
| M | etc/nginx/sites-enabled/env.site | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/nginx/sites-enabled/env.site b/etc/nginx/sites-enabled/env.site @@ -34,7 +34,7 @@ server { } location ~ ^/(?<user>[a-zA-Z0-9-_]+)/exchange/(?<req>.*) { - proxy_pass http://unix:/home/$user/sockets/exchange.http:/$req$args; + proxy_pass http://unix:/home/$user/sockets/exchange.http:/$req$is_args$args; proxy_redirect off; proxy_set_header Host $host; }