Hello-Im coming from an apache system using reverse proxy to an IIS backend server that is working just fine.
I have nginx setup and it works-however if I have "location /test { proxy_pass http://servername/test2 } the response comes back as http://url/test2
is there a way to fix this with nginx?
Thanks