Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Problem routing 2 almost similar url's (windows)

$
0
0
location /xmlpserver {
proxy_pass http://server011:9502/xmlpserver;

Should be;

location /xmlpserver {
proxy_pass http://server011:9502;

As location is passed along.

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>