comparison xml/en/docs/stream/ngx_stream_limit_conn_module.xml @ 2465:07c4f2c66c97

Documented $limit_conn_status for http and stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 Nov 2019 17:55:03 +0300
parents 5d7fd7d9a2b6
children e4332b7580bb
comparison
equal deleted inserted replaced
2464:5d7fd7d9a2b6 2465:07c4f2c66c97
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="4"> 13 rev="5">
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
149 If the zone storage is exhausted, the server will close the connection. 149 If the zone storage is exhausted, the server will close the connection.
150 </para> 150 </para>
151 151
152 </directive> 152 </directive>
153 153
154 </section>
155
156
157 <section id="variables" name="Embedded Variables">
158
159 <para>
160 <list type="tag">
161
162 <tag-name id="var_limit_conn_status"><var>$limit_conn_status</var></tag-name>
163 <tag-desc>
164 keeps the result of limiting the number of connections (1.17.6):
165 <literal>PASSED</literal>,
166 <literal>REJECTED</literal>, or
167 <literal>REJECTED_DRY_RUN</literal>
168 </tag-desc>
169
170 </list>
171 </para>
154 172
155 </section> 173 </section>
156 174
157 </module> 175 </module>