# HG changeset patch # User Vladimir Homutov # Date 1353656327 0 # Node ID 24b1b01012509df8b5b3365e0d2ccdb623bdf37b # Parent ce121bf644f5f333958cb2b1740ea0c0b93446e9 Documented "send_lowat" directive in fastcgi and proxy modules. diff --git a/xml/en/docs/http/ngx_http_fastcgi_module.xml b/xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -784,6 +784,29 @@ a connection is closed. + +size +0 +http +server +location + + +If set to a non-zero value, nginx will try to minimize the number +of send operations on outgoing connections to a FastCGI server by using either +NOTE_LOWAT flag of the + method, +or the SO_SNDLOWAT socket option, +with the specified size. + + + +This directive is ignored on Linux, Solaris, and Windows. + + + + + time 60s diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml +++ b/xml/en/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -1088,6 +1088,29 @@ proxy_redirect / /; + +size +0 +http +server +location + + +If set to a non-zero value, nginx will try to minimize the number +of send operations on outgoing connections to a proxied server by using either +NOTE_LOWAT flag of the + method, +or the SO_SNDLOWAT socket option, +with the specified size. + + + +This directive is ignored on Linux, Solaris, and Windows. + + + + + time 60s diff --git a/xml/ru/docs/http/ngx_http_fastcgi_module.xml b/xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -778,6 +778,29 @@ fastcgi_pass unix:/tmp/fastcgi.socket; + +размер +0 +http +server +location + + +При установке в ненулевое значение nginx будет пытаться минимизировать +число операций отправки на исходящих соединениях с FastCGI-сервером +либо при помощи флага NOTE_LOWAT метода +, +либо при помощи параметра сокета SO_SNDLOWAT, +с указанным размером. + + + +Эта директива игнорируется на Linux, Solaris и Windows. + + + + + время 60s diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -1086,6 +1086,29 @@ proxy_redirect / /; + +размер +0 +http +server +location + + +При установке в ненулевое значение nginx будет пытаться минимизировать +число операций отправки на исходящих соединениях с проксируемым сервером либо +при помощи флага NOTE_LOWAT метода +, +либо при помощи параметра сокета SO_SNDLOWAT, +с указанным размером. + + + +Эта директива игнорируется на Linux, Solaris и Windows. + + + + + время 60s