Hi All,
I am new to nginx.
I am trying to set up two servers, one for application and one for content on two different machines.
I am using ruby on rails as server side language and mongrel cluster and OS is Centos 5.
In case of upload i want to proxy the call to content sever where i have the controller method for uploading images, videos and audios.
I want to use two nginx servers on one application server and the other one on content server.
for example if the application server gets a call as "/upload/uploadImage/", i want this call to be proxy_pass to content server.
I have setup nginx on both the servers.
The problem i am facing is, i am not able to proxy the upload call to content server.
Please can any one help how to fix this.