Thanks for the tips. This solutions is a little slow, so I'm studding another way to solve it.<div><br></div><div>Thanks a lot.<br><div><br><div class="gmail_quote">On Tue, Jan 17, 2012 at 10:50 AM, António P. P. Almeida <span dir="ltr"><<a href="mailto:appa@perusio.net">appa@perusio.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 17 Jan 2012 11h27 WET, <a href="mailto:robsonpeixoto@gmail.com">robsonpeixoto@gmail.com</a> wrote:<br>


<br>
> I'd like to navigate on <a href="http://www.proxy.com/delivery/.../.../.../" target="_blank">http://www.proxy.com/delivery/.../.../.../</a><br>
> using my domain <a href="http://www.example.com/" target="_blank">http://www.example.com/</a>.<br>
><br>
> So the user will navigate on <a href="http://www.example.com" target="_blank">www.example.com</a> and always show on URL<br>
> the ' <a href="http://www.example.com/delivery/../../." target="_blank">www.example.com/delivery/../../.</a>.'<br>
><br>
> It's is possible?<br>
<br>
</div>Yes. Add the proxy_redirect directive:<br>
<br>
proxy_redirect <a href="http://www.proxy.com/delivery/" target="_blank">http://www.proxy.com/delivery/</a> <a href="http://www.example.com/" target="_blank">http://www.example.com/</a>;<br>
<br>
See: <a href="http://wiki.nginx.org/HttpProxyModule#proxy_redirect" target="_blank">http://wiki.nginx.org/HttpProxyModule#proxy_redirect</a><br>
<div class="HOEnZb"><div class="h5"><br>
--- appa<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br><br clear="all"><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>
</div></div>