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
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>.
>
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 :).