Talk:NginxHttpCoreModule
log_subrequest is missing from wiki. Original documentation: http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#log_subrequest litwol 04:07, 13 July 2009 (UTC)
some question about server listen
========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 work on 10.1.1.1 ?












