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

Re: NGINX - 1 NIC in DMZ and 1 NIC in LAN questions

$
0
0
Listen 80, will listen on all lan interfaces, so it will take requests from dmz and answer them on the same interface.
When it comes to passing requests on another lan, you simply need to address this other lan, ea.
proxy_pass http://192.168.123.123;
(Normal) routing will do the rest.

Viewing all articles
Browse latest Browse all 4759

Trending Articles



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