Converting subdomain to path component without redirect ?
henrique matias
hems.inlet at gmail.com
Mon Apr 29 21:02:35 UTC 2013
Hello guys,
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
example:
mydomain.it/PATH should return ~> mydomain.com/it/PATH
using regexp:
(www\.)?mydomain\.(it|jp|es|de) to return my
http://app_server/$2/$request_uri
My idea is to proxy the "localised server_name" to the "default
server_name" without letting the user know ( no browser redirect ).
This is my "working" nginx.config ( without the rukes ):
http://pastebin.com/v9pcVR4e
This is my last unsuccessful attempt: http://pastebin.com/bZZA30zC
any input is highly appreciated
thanks a lot,
peace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130429/510e0fe7/attachment.html>
More information about the nginx
mailing list