comparison xml/en/docs/http/ngx_http_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 4931a7ba6a32
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_http_limit_conn_module" 10 <module name="Module ngx_http_limit_conn_module"
11 link="/en/docs/http/ngx_http_limit_conn_module.html" 11 link="/en/docs/http/ngx_http_limit_conn_module.html"
12 lang="en" 12 lang="en"
13 rev="10"> 13 rev="11">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_limit_conn_module</literal> module is used to 18 The <literal>ngx_http_limit_conn_module</literal> module is used to
102 <para> 102 <para>
103 These directives are inherited from the previous level if and 103 These directives are inherited from the previous level if and
104 only if there are no 104 only if there are no
105 <literal>limit_conn</literal> 105 <literal>limit_conn</literal>
106 directives on the current level. 106 directives on the current level.
107 </para>
108
109 </directive>
110
111
112 <directive name="limit_conn_dry_run">
113 <syntax><literal>on</literal> | <literal>off</literal></syntax>
114 <default>off</default>
115 <context>http</context>
116 <context>server</context>
117 <context>location</context>
118 <appeared-in>1.17.6</appeared-in>
119
120 <para>
121 Enables the dry run mode.
122 In this mode, the number of connections is not limited, however,
123 in the shared memory zone, the number of excessive connections is accounted
124 as usual.
107 </para> 125 </para>
108 126
109 </directive> 127 </directive>
110 128
111 129