<div class="gmail_quote">2012/11/27 Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You essentially asked nginx to drop request arguments here due to<br>
proxy_pass with variables being handled specially by nginx.  Use<br>
this instead:<br>
<br>
    location /hg/ {<br>
        proxy_pass <a href="http://127.0.0.1:8080/" target="_blank">http://127.0.0.1:8080/</a>;<br>
    }<br>
<br>
More details can be found here:<br>
<br>
<a href="http://nginx.org/r/proxy_pass" target="_blank">http://nginx.org/r/proxy_pass</a><br>
<a href="http://nginx.org/r/location" target="_blank">http://nginx.org/r/location</a><br>
<br></blockquote><div><br>It works! So fast, thank you very much. <br></div></div>