Hi, all<div>I've got an nginx server in an internal network, and the server will forward request to outer net using proxy_pass,</div><div>it seems like:</div><div>proxy_pass http://[public ip]:[port]</div><div>Unfortunately, the firewall block most of the port, so the proxy_pass failed.</div>
<div>I have two questions:</div><div>How the proxy_pass use port to forward the request? pick a random port?</div><div>Would that be possible to set a port range (10000~20000 e.g) for proxy_pass to use?</div><div><br></div>
<div>Regards,</div><div>Yao</div>