Thanks,
The upstream works when out of the "if", but even with an "if" that looks like this
if ($uri ~ ^/.*) { upstream //booboo} it doesnt work. this regex should catch everything, just like putting outside of the "if", upstream //booboo, right?
The nginx gives 404 error.
Can you help?
Thanks
The upstream works when out of the "if", but even with an "if" that looks like this
if ($uri ~ ^/.*) { upstream //booboo} it doesnt work. this regex should catch everything, just like putting outside of the "if", upstream //booboo, right?
The nginx gives 404 error.
Can you help?
Thanks