<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>