<div dir="ltr">*i meant: <span style="font-family:arial,sans-serif;font-size:13px">This is my "working" nginx.config ( without the rewrite rules ):</span></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On 29 April 2013 22:02, henrique matias <span dir="ltr"><<a href="mailto:hems.inlet@gmail.com" target="_blank">hems.inlet@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hello guys,</span><div style="font-family:arial,sans-serif;font-size:13px"><div><br></div><div>Am having trouble setting up my nginx.config to transparently proxy the subdomains and domains to the same app, but with different "path components" appended to the $uri</div>


<div><br></div><div>example:</div><div><a href="http://mydomain.it/PATH" target="_blank">mydomain.it/PATH</a> should return ~> <a href="http://mydomain.com/it/PATH" target="_blank">mydomain.com/it/PATH</a></div><div><br>


</div><div>using regexp:</div><div>(www\.)?mydomain\.(it|jp|es|de) to return my <a href="http://app_server/$2/$request_uri" target="_blank">http://app_server/$2/$request_uri</a></div><div><br></div><div>My idea is to proxy the "localised server_name" to the "default server_name" without letting the user know ( no browser redirect ).</div>


<div><br></div><div>This is my "working" nginx.config ( without the rukes ): <a href="http://pastebin.com/v9pcVR4e" target="_blank">http://pastebin.com/v9pcVR4e</a></div><div><br></div></div><div style="font-family:arial,sans-serif;font-size:13px">


This is my last unsuccessful attempt: <a href="http://pastebin.com/bZZA30zC" target="_blank">http://pastebin.com/bZZA30zC</a></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">


any input is highly appreciated<br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">thanks a lot,</div><div style="font-family:arial,sans-serif;font-size:13px">


peace</div></div>
</blockquote></div><br></div>