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

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: . I didn't get response on the SO question yet, so trying my luck here :). Please let me know if