comparison xml/ru/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="Модуль ngx_http_limit_req_module" 10 <module name="Модуль ngx_http_limit_req_module"
11 link="/ru/docs/http/ngx_http_limit_req_module.html" 11 link="/ru/docs/http/ngx_http_limit_req_module.html"
12 lang="ru" 12 lang="ru"
13 rev="11"> 13 rev="12">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_limit_req_module</literal> (0.7.21) позволяет 18 Модуль <literal>ngx_http_limit_req_module</literal> (0.7.21) позволяет
125 </directive> 125 </directive>
126 126
127 127
128 <directive name="limit_req_dry_run"> 128 <directive name="limit_req_dry_run">
129 <syntax><literal>on</literal> | <literal>off</literal></syntax> 129 <syntax><literal>on</literal> | <literal>off</literal></syntax>
130 <default>on</default> 130 <default>off</default>
131 <context>http</context> 131 <context>http</context>
132 <context>server</context> 132 <context>server</context>
133 <context>location</context> 133 <context>location</context>
134 <appeared-in>1.17.1</appeared-in> 134 <appeared-in>1.17.1</appeared-in>
135 135