Re: [LB]Bad root document set via proxy_pass

2013-06-01 Thread Francis Daly
On Thu, May 30, 2013 at 12:14:09PM -0400, mafious wrote: Hi there, > Depending of the url, I forward to the proper backend: > location / { > proxy_pass http://_cluster; > } > > But via the proxy, the web page of my application is not correctly render. > The path to load images files is incorre

[LB]Bad root document set via proxy_pass

2013-05-30 Thread mafious
Hello everybody, I am using several instances of Nginx (1.4.1). One as a LoadBalancer and the others to host rails applications (using module passenger). Depending of the url, I forward to the proper backend: location / { proxy_pass http://_cluster; } But via the proxy, the web page of my appl