diff xml/en/docs/stream/ngx_stream_limit_conn_module.xml @ 2464:5d7fd7d9a2b6

Documented limit_conn_dry_run for http and stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 Nov 2019 17:54:10 +0300
parents ab56dcd73af2
children 07c4f2c66c97
line wrap: on
line diff
--- 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 @@
 <module name="Module ngx_stream_limit_conn_module"
         link="/en/docs/stream/ngx_stream_limit_conn_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -85,6 +85,23 @@ directives on the current level.
 </directive>
 
 
+<directive name="limit_conn_dry_run">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>stream</context>
+<context>server</context>
+<appeared-in>1.17.6</appeared-in>
+
+<para>
+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.
+</para>
+
+</directive>
+
+
 <directive name="limit_conn_log_level">
 <syntax>
 <literal>info</literal> |