diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_req_module.xml	Thu Oct 24 17:08:24 2019 +0300
+++ b/xml/en/docs/http/ngx_http_limit_req_module.xml	Thu Oct 24 18:04:06 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_limit_req_module"
         link="/en/docs/http/ngx_http_limit_req_module.html"
         lang="en"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -128,7 +128,7 @@
 
 <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>