Re: Nginx reverse proxy multi upstream (multiples sites)

2015-04-10 Thread cloud devops
Excuse me for the mail that was not clear, I don't find the correct technical term to use. Yes "market.cloud.com" and "panel.cloud.com" resolve to the nginx server. When I do "curl -i http://panel.cloud.com/";, Iget the response from 10.1.0.16 and it work fine because it's on the location / Wh

Re: Nginx reverse proxy multi upstream (multiples sites)

2015-04-10 Thread cloud devops
When I make http://panel.cloud.com I have the first site which is on the first stream Si I make http://panel.cloud.com/panel, in this case it was redirected to the home page of the second site as the configuration is done but i can not navigate on the site because the URL is changed. Posted at Ngi