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

Re: Reverse Proxy Forward

$
0
0
stream {

upstream backend {
server backend1.example.com:12345;
}

server {
listen 12345;
proxy_pass backend;
}
}

Viewing all articles
Browse latest Browse all 4759

Trending Articles



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