2020-12-14
Nginx reverse proxy + URL rewrite

The Question : 203 people think this question is useful Nginx is running on port 80, and I’m using it to reverse proxy URLs with path /foo to port 3200 this way: This works fine, but I have an application on port 3200, for which I don’t want the initial /foo to be sent to.