why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?
middleforkgis
nginx-forum at nginx.us
Wed Jan 23 02:59:01 UTC 2013
http://nginx.org/download/nginx-1.2.6.tar.gz
./configure
./make
./make install
/usr/local/sbin/nginx -c /etc/nginx/nginx.conf
netstat -pant |grep nginx
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
16609/nginx.conf
tcp 0 0 66.113.100.140:81 0.0.0.0:* LISTEN
16609/nginx.conf
Problem persists, the problem does not appear to be with the Debian
package but in my config.
I'll try a plain vanilla off-the-shelf nginx.conf next.
-S
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,235428,235433#msg-235433
More information about the nginx
mailing list