diff xml/en/docs/http/ngx_http_limit_req_module.xml @ 2013:469aebbd94d0

Limit_req/limit_conn may return not only 503 on failure.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 08 Aug 2017 09:23:25 +0300
parents 6c96a644b0b3
children 6e66487c5756
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_req_module.xml
+++ b/xml/en/docs/http/ngx_http_limit_req_module.xml
@@ -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="6">
+        rev="7">
 
 <section id="summary">
 
@@ -67,8 +67,8 @@ their processing is delayed such that re
 at a defined rate.
 Excessive requests are delayed until their number exceeds the
 maximum burst size
-in which case the request is terminated with an error
-<http-status code="503" text="Service Temporarily Unavailable"/>.
+in which case the request is terminated with an
+<link id="limit_req_status">error</link>.
 By default, the maximum burst size is equal to zero.
 For example, the directives
 <example>
@@ -199,8 +199,8 @@ 64 bytes on 32-bit platforms and 128 byt
 One megabyte zone can keep about 16 thousand 64-byte states
 or about 8 thousand 128-byte states.
 If the zone storage is exhausted, the server will return the
-<http-status code="503" text="Service Temporarily Unavailable"/>
-error to all further requests.
+<link id="limit_req_status">error</link>
+to all further requests.
 </para>
 
 <para>