comparison 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
comparison
equal deleted inserted replaced
2463:253bbbc276ae 2464:5d7fd7d9a2b6
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_stream_limit_conn_module" 10 <module name="Module ngx_stream_limit_conn_module"
11 link="/en/docs/stream/ngx_stream_limit_conn_module.html" 11 link="/en/docs/stream/ngx_stream_limit_conn_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_stream_limit_conn_module</literal> module (1.9.3) is used to 18 The <literal>ngx_stream_limit_conn_module</literal> module (1.9.3) is used to
83 </para> 83 </para>
84 84
85 </directive> 85 </directive>
86 86
87 87
88 <directive name="limit_conn_dry_run">
89 <syntax><literal>on</literal> | <literal>off</literal></syntax>
90 <default>off</default>
91 <context>stream</context>
92 <context>server</context>
93 <appeared-in>1.17.6</appeared-in>
94
95 <para>
96 Enables the dry run mode.
97 In this mode, the number of connections is not limited, however,
98 in the shared memory zone, the number of excessive connections is accounted
99 as usual.
100 </para>
101
102 </directive>
103
104
88 <directive name="limit_conn_log_level"> 105 <directive name="limit_conn_log_level">
89 <syntax> 106 <syntax>
90 <literal>info</literal> | 107 <literal>info</literal> |
91 <literal>notice</literal> | 108 <literal>notice</literal> |
92 <literal>warn</literal> | 109 <literal>warn</literal> |