Nginx per location / pass rewriten uri to proxy_pass Nginx per location / pass rewriten uri to proxy_pass nginx nginx

Nginx per location / pass rewriten uri to proxy_pass


Try putting "/" at the end of upstream namee.g

proxy_pass http://127.0.0.1:8080/;

Please see this post:How to preserve request url with nginx proxy_pass