comparison xml/en/docs/http/ngx_http_limit_req_module.xml @ 2449:384211f17f5a

Fixed default value for limit_req_dry_run.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 24 Oct 2019 18:04:06 +0300
parents f86b5961e9b8
children 63a2a3dc3d63
comparison
equal deleted inserted replaced
2448:ef449f80bbe4 2449:384211f17f5a
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="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_req_module</literal> module (0.7.21) is used 18 The <literal>ngx_http_limit_req_module</literal> module (0.7.21) is used
126 </directive> 126 </directive>
127 127
128 128
129 <directive name="limit_req_dry_run"> 129 <directive name="limit_req_dry_run">
130 <syntax><literal>on</literal> | <literal>off</literal></syntax> 130 <syntax><literal>on</literal> | <literal>off</literal></syntax>
131 <default>on</default> 131 <default>off</default>
132 <context>http</context> 132 <context>http</context>
133 <context>server</context> 133 <context>server</context>
134 <context>location</context> 134 <context>location</context>
135 <appeared-in>1.17.1</appeared-in> 135 <appeared-in>1.17.1</appeared-in>
136 136