Re: Remove path prefix during proxy_pass

2016-02-12 Thread Maxim Dounin
Hello! On Fri, Feb 12, 2016 at 11:04:19PM +0530, Vignesh VR wrote: > Hi, > > I am trying to use Nginx as a reverse proxy and want to redirect to > different upstream servers based on the URL. Looking to use the path prefix > to distinguish the upstream servers to be used. But the issue is the pa

Remove path prefix during proxy_pass

2016-02-12 Thread Vignesh VR
Hi, I am trying to use Nginx as a reverse proxy and want to redirect to different upstream servers based on the URL. Looking to use the path prefix to distinguish the upstream servers to be used. But the issue is the path prefix gets sent to the upstream server which I don't want to. For eg., thi