I have install nginx forward proxy in two Ubuntu 12.04 servers with the following configuration.<br><br><blockquote>
<pre>server {<br>listen 8080;</pre>
<pre>location / {<br>resolver 8.8.8.8;<br>proxy_pass http://$http_host$uri$is_args$args;<br>}<br>}</pre>
</blockquote><br clear="all">After this I use the two servers as proxy on firefox.<br>The one server works fine.<br><br>But on the second server I get the message 502 bad gateway.<br><br>This server is behind a cisco firewall with port 8080 open. Where is the problem?<br>
<br>The line:<br><br><pre>proxy_pass http://$http_host$uri$is_args$args;<br><br>has problem with firewalls? or it is something else?<br></pre><br>-- <br>Παναγιώτης Θεοδωρόπουλος<br>Panagiotis Theodoropoulos<br><<a href="mailto:tpanagiotis@gmail.com">tpanagiotis@gmail.com</a>>