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
[edit] ========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;
}
[edit] ========my nginx.conf===========
I found that server www.test2.com not work on 10.1.1.1 ?
reset_timedout_connection is also missing from wiki. I don't understand russian, but I think it sends an RST instead of a FIN in case of timeout on a socket.










