Nginx reverse proxy configuration Nginx reverse proxy configuration apache apache

Nginx reverse proxy configuration


You don't actually need to do a rewrite. You can achieve the same end with the following:

location /myapp/ {  proxy_pass http://127.0.0.1:9090/;}