diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1956:dd96a09dd4f7

Documented support for "429 Too Many Requests" response.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Apr 2017 17:43:25 +0300
parents 66a30a380fba
children 3460bd328287
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="58">
+        rev="59">
 
 <section id="summary">
 
@@ -631,6 +631,7 @@ header fields.
     <literal>http_504</literal> |
     <literal>http_403</literal> |
     <literal>http_404</literal> |
+    <literal>http_429</literal> |
     <literal>off</literal>
     ...</syntax>
 <default>off</default>
@@ -1189,6 +1190,7 @@ Parameter value can contain variables (1
     <literal>http_504</literal> |
     <literal>http_403</literal> |
     <literal>http_404</literal> |
+    <literal>http_429</literal> |
     <literal>non_idempotent</literal> |
     <literal>off</literal>
     ...</syntax>
@@ -1230,6 +1232,9 @@ server, passing a request to it, or read
 <tag-name><literal>http_404</literal></tag-name>
 <tag-desc>a server returned a response with the code 404;</tag-desc>
 
+<tag-name><literal>http_429</literal></tag-name>
+<tag-desc>a server returned a response with the code 429 (1.11.13);</tag-desc>
+
 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
 <tag-desc>normally, requests with a
 <link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link>
@@ -1261,7 +1266,8 @@ The cases of <literal>error</literal>, <
 <literal>invalid_header</literal> are always considered unsuccessful attempts,
 even if they are not specified in the directive.
 The cases of <literal>http_500</literal>, <literal>http_502</literal>,
-<literal>http_503</literal> and <literal>http_504</literal> are
+<literal>http_503</literal>, <literal>http_504</literal>,
+and <literal>http_429</literal> are
 considered unsuccessful attempts only if they are specified in the directive.
 The cases of <literal>http_403</literal> and <literal>http_404</literal>
 are never considered unsuccessful attempts.