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

Re: reverso proxy to different root

$
0
0
You need to rewrite the request I think

So you are accessing externalhost/transmission

It is hitting backendtarget/transmission

So try this:
location /transmission {
rewrite /transmission(.*) /$1 break;

Viewing all articles
Browse latest Browse all 4759

Trending Articles



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