Re: Disable automatic urlencoding with proxy_pass

2013-05-09 Thread Matthieu Tourne
On Thu, May 9, 2013 at 2:37 AM, lupin wrote: > Hi, > > Any way to disable urlencode on nginx with proxy_pass? Following is my > config and as suggested on google I already removed the "/" URI part of > of this "proxy_pass http://127.0.0.1:8090;"; > > Any idea how to proceed with this? > > I th

Re: Disable automatic urlencoding with proxy_pass

2013-05-09 Thread Francis Daly
On Thu, May 09, 2013 at 05:37:26AM -0400, lupin wrote: Hi there, > Any way to disable urlencode on nginx with proxy_pass? Following is my > config and as suggested on google I already removed the "/" URI part of > of this "proxy_pass http://127.0.0.1:8090;"; Why do you think that urlencode is

Disable automatic urlencoding with proxy_pass

2013-05-09 Thread lupin
Hi, Any way to disable urlencode on nginx with proxy_pass? Following is my config and as suggested on google I already removed the "/" URI part of of this "proxy_pass http://127.0.0.1:8090;"; Any idea how to proceed with this? server { ### server port and name ### listen