Re: nginx rewrite url without causing redirect and proxy to backend app

2015-11-04 Thread kodeninja
nanaya Wrote: --- > Also in case of rewrite you probably want `break` since `last` restart > location matching process > That did the trick :)! The `break` was the part I was not doing right. Thanks @nanaya!! Posted at Nginx Forum: https://for

Re: nginx rewrite url without causing redirect and proxy to backend app

2015-11-03 Thread nanaya
On Wed, Nov 4, 2015, at 05:27 AM, kodeninja wrote: > Howdy, everyone! > > I'm trying to figure out if there's a way to achieve this with nginx: > <http://stackoverflow.com/questions/33427101/nginx-rewrite-url-without-causing-redirect-and-proxy-to-backend-app>. >

nginx rewrite url without causing redirect and proxy to backend app

2015-11-03 Thread kodeninja
Howdy, everyone! I'm trying to figure out if there's a way to achieve this with nginx: <http://stackoverflow.com/questions/33427101/nginx-rewrite-url-without-causing-redirect-and-proxy-to-backend-app>. I didn't get response on the SO question yet, so trying my luck here :).