<div dir="ltr">Hey guys,<br><br>Can someone help me? I'm using NGINX to direct connections to two Proxy servers.<div><br></div><div>I did a simple setup.<br><br>upstream webgateway {<br>   server <a href="http://192.168.239.151:9090">192.168.239.151:9090</a>;<br>   server <a href="http://192.168.239.152:9090">192.168.239.152:9090</a>;<br>}<br><br>server {<br>   listen 81;<br>   server_name proxy.lab.local;<br><br>   location / {<br>          proxy_pass <a href="http://webgateway">http://webgateway</a>;<br>   }<br>}</div><div><br></div><div>NGINX is listening on port 81.</div><div><br>If I configure the proxy IP in the browser, the client "goes out" to the Internet.</div><div><br></div><div>Browser:</div><div><a href="http://192.168.239.151:9090">192.168.239.151:9090</a> or <a href="http://192.168.239.152:9090">192.168.239.152:9090</a> - Its Ok!</div><div><br></div><div>If I configure the NGINX IP in the browser, the client "does not go out" to the internet.<br></div><div><br></div><div><div>Browser:</div><div><a href="http://192.168.239.151:81">192.168.239.151:81</a> - No!</div></div><div><br></div><div>The packet even arrives at the proxy, but the browser tries to load "<a href="http://webgateway.com">http://webgateway.com</a>"<br></div><div><br></div><div>Can someone help me? Thanks.<br></div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"> <br><br></div></div></div>