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

Re: Issue with proxy_pass, request URI's, and upstream servers

$
0
0
That's what I would think! So a configuration like below seems it should work?

upstream conHTTPS {
server p1.com:7443;
server p2.com:7443;
}

location /portal {
rewrite /portal/([^/]+) /arcgis/$1 break;
proxy_pass https://conHTTPS;
proxy_set_header X-Forwarded-Host nlb.com;
}

From what the help you've provided and what I've researched, this should work, but I'm not seeing the expected results.

Viewing all articles
Browse latest Browse all 4759

Trending Articles



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