comparison xml/en/docs/http/ngx_http_limit_req_module.xml @ 2462:63a2a3dc3d63

Documented the $limit_req_status variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 15 Nov 2019 15:52:43 +0300
parents 384211f17f5a
children e4332b7580bb
comparison
equal deleted inserted replaced
2461:a1408fb919e3 2462:63a2a3dc3d63
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_limit_req_module" 10 <module name="Module ngx_http_limit_req_module"
11 link="/en/docs/http/ngx_http_limit_req_module.html" 11 link="/en/docs/http/ngx_http_limit_req_module.html"
12 lang="en" 12 lang="en"
13 rev="12"> 13 rev="13">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_limit_req_module</literal> module (0.7.21) is used 18 The <literal>ngx_http_limit_req_module</literal> module (0.7.21) is used
251 251
252 </directive> 252 </directive>
253 253
254 </section> 254 </section>
255 255
256
257 <section id="variables" name="Embedded Variables">
258
259 <para>
260 <list type="tag">
261
262 <tag-name id="var_limit_req_status"><var>$limit_req_status</var></tag-name>
263 <tag-desc>
264 keeps the result of limiting the request processing rate (1.17.6):
265 <literal>PASSED</literal>,
266 <literal>DELAYED</literal>,
267 <literal>REJECTED</literal>,
268 <literal>DELAYED_DRY_RUN</literal>, or
269 <literal>REJECTED_DRY_RUN</literal>
270 </tag-desc>
271
272 </list>
273 </para>
274
275 </section>
276
256 </module> 277 </module>