diff 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
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_limit_req_module.xml
+++ b/xml/ru/docs/http/ngx_http_limit_req_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_limit_req_module"
         link="/ru/docs/http/ngx_http_limit_req_module.html"
         lang="ru"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -127,7 +127,7 @@ server {
 
 <directive name="limit_req_dry_run">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
-<default>on</default>
+<default>off</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>