4 messages in ru.sysoev.nginxsome question about server listen
FromSent OnAttachments
zhijianpengApr 27, 2009 6:50 am 
Igor SysoevApr 27, 2009 6:56 am 
zhijianpengApr 27, 2009 7:14 pm 
Igor SysoevApr 27, 2009 9:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:some question about server listenActions...
From:zhijianpeng (ngin@nginx.us)
Date:Apr 27, 2009 6:50:04 am
List:ru.sysoev.nginx

========my nginx.conf=========== server {

listen 10.1.1.1:80; server_name www.test1.com; root /opt/test1; }

server {

listen 80; server_name www.test2.com; root /opt/test2; }

========my nginx.conf=========== I found that server www.test2.com not listen on 10.1.1.1 ,but only listen on
127.0.0.1,why ?

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,1455,1455#msg-1455