Configuring Hg as backend

Gautier DI FOLCO gautier.difolco at gmail.com
Tue Nov 27 16:28:41 UTC 2012


2012/11/27 Maxim Dounin <mdounin at mdounin.ru>

> You essentially asked nginx to drop request arguments here due to
> proxy_pass with variables being handled specially by nginx.  Use
> this instead:
>
>     location /hg/ {
>         proxy_pass http://127.0.0.1:8080/;
>     }
>
> More details can be found here:
>
> http://nginx.org/r/proxy_pass
> http://nginx.org/r/location
>
>
It works! So fast, thank you very much.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20121127/c6eb9633/attachment.html>


More information about the nginx mailing list