# HG changeset patch # User Yaroslav Zhuravlev # Date 1574175250 -10800 # Node ID 5d7fd7d9a2b607614e2c1bf3003875e0a0d703d6 # Parent 253bbbc276ae9d79ee3ce246293584e183680f41 Documented limit_conn_dry_run for http and stream. diff --git a/xml/en/docs/http/ngx_http_limit_conn_module.xml b/xml/en/docs/http/ngx_http_limit_conn_module.xml --- a/xml/en/docs/http/ngx_http_limit_conn_module.xml +++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml @@ -10,7 +10,7 @@ + rev="11">
@@ -109,6 +109,24 @@ directives on the current level. + +on | off +off +http +server +location +1.17.6 + + +Enables the dry run mode. +In this mode, the number of connections is not limited, however, +in the shared memory zone, the number of excessive connections is accounted +as usual. + + + + + info | diff --git a/xml/en/docs/stream/ngx_stream_limit_conn_module.xml b/xml/en/docs/stream/ngx_stream_limit_conn_module.xml --- a/xml/en/docs/stream/ngx_stream_limit_conn_module.xml +++ b/xml/en/docs/stream/ngx_stream_limit_conn_module.xml @@ -10,7 +10,7 @@ + rev="4">
@@ -85,6 +85,23 @@ directives on the current level. + +on | off +off +stream +server +1.17.6 + + +Enables the dry run mode. +In this mode, the number of connections is not limited, however, +in the shared memory zone, the number of excessive connections is accounted +as usual. + + + + + info | diff --git a/xml/ru/docs/http/ngx_http_limit_conn_module.xml b/xml/ru/docs/http/ngx_http_limit_conn_module.xml --- a/xml/ru/docs/http/ngx_http_limit_conn_module.xml +++ b/xml/ru/docs/http/ngx_http_limit_conn_module.xml @@ -10,7 +10,7 @@ + rev="11">
@@ -106,6 +106,24 @@ server { + +on | off +off +http +server +location +1.17.6 + + +Включает режим пробного запуска. +В данном режиме число соединений не ограничивается, однако +в зоне разделяемой памяти текущее число избыточных соединений учитывается +как обычно. + + + + + info | diff --git a/xml/ru/docs/stream/ngx_stream_limit_conn_module.xml b/xml/ru/docs/stream/ngx_stream_limit_conn_module.xml --- a/xml/ru/docs/stream/ngx_stream_limit_conn_module.xml +++ b/xml/ru/docs/stream/ngx_stream_limit_conn_module.xml @@ -10,7 +10,7 @@ + rev="4">
@@ -86,6 +86,23 @@ IP-адреса. + +on | off +off +stream +server +1.17.6 + + +Включает режим пробного запуска. +В данном режиме число соединений не ограничивается, однако +в зоне разделяемой памяти текущее число избыточных соединений учитывается +как обычно. + + + + + info |