<div>Hi,</div><div><br></div><div>I need to make a proxy solution. But I having some problems.</div><div><br></div><div>When the type <a href="http://www.example.com/delivery/a/b/c">www.example.com/delivery/a/b/c</a> I need to make a proxy to <a href="http://www.proxy.com/delivery/a/b/c/?var1=A&var2=B">www.proxy.com/delivery/a/b/c/?var1=A&var2=B</a></div>
<div><br></div><div>So a did this configuration</div><div><br></div><div>location /delivery {</div><div> subs_filter <a href="http://www.example.com/$uri">http://www.example.com/$uri</a> <a href="http://www.proxy.com/$uri/?var1=A&var2=B">http://www.proxy.com/$uri/?var1=A&var2=B</a>;</div>
<div> proxy_pass <a href="http://www.proxy.com/$uri/?var1=A&var2=B">http://www.proxy.com/$uri/?var1=A&var2=B</a>;</div><div>}</div><div><br></div><div>Why it not working ?</div><div><br></div><div>Thanks and sorry for my English.</div>
<div><br></div>-- <br>Robson Roberto Souza Peixoto<br>Robinho<br>Master in Computer Science, University of Campinas<br>Linux Counter #395633<br>IRC: robsonpeixoto<br>Twitter: <a href="http://twitter.com/rrspba" target="_blank">http://twitter.com/rrspba</a><br>
github: <a href="https://github.com/robsonpeixoto" target="_blank">https://github.com/robsonpeixoto</a><br>