comparison xml/en/docs/http/ngx_http_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_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="11"> 13 rev="12">
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
226 226
227 </directive> 227 </directive>
228 228
229 </section> 229 </section>
230 230
231
232 <section id="variables" name="Embedded Variables">
233
234 <para>
235 <list type="tag">
236
237 <tag-name id="var_limit_conn_status"><var>$limit_conn_status</var></tag-name>
238 <tag-desc>
239 keeps the result of limiting the number of connections (1.17.6):
240 <literal>PASSED</literal>,
241 <literal>REJECTED</literal>, or
242 <literal>REJECTED_DRY_RUN</literal>
243 </tag-desc>
244
245 </list>
246 </para>
247
248 </section>
249
231 </module> 250 </module>