# HG changeset patch # User Ruslan Ermilov # Date 1320835900 0 # Node ID 0883fc5aabc9302fb8a00c010560d5c0addc1c25 # Parent 3381ae6a93e425688fc0d9e4d09f45997862a53d Documented the "keepalive_disable" and "send_lowat" directives. diff -r 3381ae6a93e4 -r 0883fc5aabc9 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Mon Nov 07 20:28:38 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Wed Nov 09 10:51:40 2011 +0000 @@ -638,6 +638,28 @@ + +none | browser ... +msie6 safari +http +server +location + + +Disables keep-alive connections with misbehaving browsers. +The browser arguments specify which +browsers will be affected. +The value msie6 disables keep-alive connections +with some old versions of MSIE, after seeing a POST request. +The value safari disables keep-alive connections +with Safari browsers. +The value none enables keep-alive connections +with all browsers. + + + + + number 100 @@ -1768,6 +1790,29 @@ + +size +0 +http +server +location + + +If set to a non-zero value, nginx will try to minimize the number +of send operations on client sockets by using either +NOTE_LOWAT flag of +, +or the SO_SNDLOWAT socket option, +with the specified size. + + + +This directive is ignored on Linux, Solaris, and Windows. + + + + + time 60s