# HG changeset patch # User Yaroslav Zhuravlev # Date 1539104193 -10800 # Node ID d765ffffd08cec0db656e1250b3ff96fa9752b89 # Parent a89093ff86a33ed26cde5e4cc08aa86be80055a9 Documented proxy_socket_keepalive and friends. diff -r a89093ff86a3 -r d765ffffd08c xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="51">
@@ -1428,6 +1428,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Configures the “TCP keepalive” behavior +for outgoing connections to a FastCGI server. +By default, the operating system’s settings are in effect for the socket. +If the directive is set to the value “on”, the +SO_KEEPALIVE socket option is turned on for the socket. + + + + + regex diff -r a89093ff86a3 -r d765ffffd08c xml/en/docs/http/ngx_http_grpc_module.xml --- a/xml/en/docs/http/ngx_http_grpc_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/en/docs/http/ngx_http_grpc_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="2">
@@ -441,6 +441,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Configures the “TCP keepalive” behavior +for outgoing connections to a gRPC server. +By default, the operating system’s settings are in effect for the socket. +If the directive is set to the value “on”, the +SO_KEEPALIVE socket option is turned on for the socket. + + + + + file diff -r a89093ff86a3 -r d765ffffd08c xml/en/docs/http/ngx_http_memcached_module.xml --- a/xml/en/docs/http/ngx_http_memcached_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/en/docs/http/ngx_http_memcached_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="17">
@@ -318,6 +318,25 @@ + + +on | off +off +http +server +location +1.15.6 + + +Configures the “TCP keepalive” behavior +for outgoing connections to a memcached server. +By default, the operating system’s settings are in effect for the socket. +If the directive is set to the value “on”, the +SO_KEEPALIVE socket option is turned on for the socket. + + + +
diff -r a89093ff86a3 -r d765ffffd08c xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="65">
@@ -1844,6 +1844,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Configures the “TCP keepalive” behavior +for outgoing connections to a proxied server. +By default, the operating system’s settings are in effect for the socket. +If the directive is set to the value “on”, the +SO_KEEPALIVE socket option is turned on for the socket. + + + + + file diff -r a89093ff86a3 -r d765ffffd08c xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="39">
@@ -1310,6 +1310,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Configures the “TCP keepalive” behavior +for outgoing connections to an SCGI server. +By default, the operating system’s settings are in effect for the socket. +If the directive is set to the value “on”, the +SO_KEEPALIVE socket option is turned on for the socket. + + + + + on | diff -r a89093ff86a3 -r d765ffffd08c xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="43">
@@ -1352,6 +1352,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Configures the “TCP keepalive” behavior +for outgoing connections to a uwsgi server. +By default, the operating system’s settings are in effect for the socket. +If the directive is set to the value “on”, the +SO_KEEPALIVE socket option is turned on for the socket. + + + + + file diff -r a89093ff86a3 -r d765ffffd08c xml/en/docs/stream/ngx_stream_proxy_module.xml --- a/xml/en/docs/stream/ngx_stream_proxy_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -9,7 +9,7 @@ + rev="21">
@@ -269,6 +269,24 @@ + +on | off +off +stream +server +1.15.6 + + +Configures the “TCP keepalive” behavior +for outgoing connections to a proxied server. +By default, the operating system’s settings are in effect for the socket. +If the directive is set to the value “on”, the +SO_KEEPALIVE socket option is turned on for the socket. + + + + + on | off off diff -r a89093ff86a3 -r d765ffffd08c xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="51">
@@ -1427,6 +1427,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Конфигурирует поведение “TCP keepalive” +для исходящих соединений к FastCGI-серверу. +По умолчанию для сокета действуют настройки операционной системы. +Если указано значение “on”, то +для сокета включается параметр SO_KEEPALIVE. + + + + + regex diff -r a89093ff86a3 -r d765ffffd08c xml/ru/docs/http/ngx_http_grpc_module.xml --- a/xml/ru/docs/http/ngx_http_grpc_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_grpc_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="2">
@@ -440,6 +440,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Конфигурирует поведение “TCP keepalive” +для исходящих соединений к gRPC-серверу. +По умолчанию для сокета действуют настройки операционной системы. +Если указано значение “on”, то +для сокета включается параметр SO_KEEPALIVE. + + + + + файл diff -r a89093ff86a3 -r d765ffffd08c xml/ru/docs/http/ngx_http_memcached_module.xml --- a/xml/ru/docs/http/ngx_http_memcached_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_memcached_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="17">
@@ -319,6 +319,25 @@ + + +on | off +off +http +server +location +1.15.6 + + +Конфигурирует поведение “TCP keepalive” +для исходящих соединений к серверу memcached. +По умолчанию для сокета действуют настройки операционной системы. +Если указано значение “on”, то +для сокета включается параметр SO_KEEPALIVE. + + + +
diff -r a89093ff86a3 -r d765ffffd08c xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="65">
@@ -1847,6 +1847,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Конфигурирует поведение “TCP keepalive” +для исходящих соединений к проксируемому серверу. +По умолчанию для сокета действуют настройки операционной системы. +Если указано значение “on”, то +для сокета включается параметр SO_KEEPALIVE. + + + + + файл diff -r a89093ff86a3 -r d765ffffd08c xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="39">
@@ -1309,6 +1309,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Конфигурирует поведение “TCP keepalive” +для исходящих соединений к SCGI-серверу. +По умолчанию для сокета действуют настройки операционной системы. +Если указано значение “on”, то +для сокета включается параметр SO_KEEPALIVE. + + + + + on | diff -r a89093ff86a3 -r d765ffffd08c xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -10,7 +10,7 @@ + rev="43">
@@ -1348,6 +1348,25 @@ + +on | off +off +http +server +location +1.15.6 + + +Конфигурирует поведение “TCP keepalive” +для исходящих соединений к uwsgi-серверу. +По умолчанию для сокета действуют настройки операционной системы. +Если указано значение “on”, то +для сокета включается параметр SO_KEEPALIVE. + + + + + файл diff -r a89093ff86a3 -r d765ffffd08c xml/ru/docs/stream/ngx_stream_proxy_module.xml --- a/xml/ru/docs/stream/ngx_stream_proxy_module.xml Tue Oct 09 12:28:06 2018 +0300 +++ b/xml/ru/docs/stream/ngx_stream_proxy_module.xml Tue Oct 09 19:56:33 2018 +0300 @@ -9,7 +9,7 @@ + rev="21">
@@ -271,6 +271,24 @@ + +on | off +off +stream +server +1.15.6 + + +Конфигурирует поведение “TCP keepalive” +для исходящих соединений к проксируемому серверу. +По умолчанию для сокета действуют настройки операционной системы. +Если указано значение “on”, то +для сокета включается параметр SO_KEEPALIVE. + + + + + on | off off