diff xml/en/docs/http/ngx_http_proxy_module.xml @ 917:e26a18eb5ccd

Documented http_403 in proxy_next_upstream and friends.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 May 2013 12:29:42 +0400
parents 43887f41bb17
children ba3d6ade3513
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Wed May 29 16:19:08 2013 +0000
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Thu May 30 12:29:42 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="10">
+        rev="11">
 
 <section id="summary">
 
@@ -374,6 +374,7 @@
     <literal>http_502</literal> |
     <literal>http_503</literal> |
     <literal>http_504</literal> |
+    <literal>http_403</literal> |
     <literal>http_404</literal> |
     <literal>off</literal>
     ...</syntax>
@@ -827,6 +828,7 @@
     <literal>http_502</literal> |
     <literal>http_503</literal> |
     <literal>http_504</literal> |
+    <literal>http_403</literal> |
     <literal>http_404</literal> |
     <literal>off</literal>
     ...</syntax>
@@ -862,6 +864,9 @@
 <tag-name><literal>http_504</literal></tag-name>
 <tag-desc>a server returned a response with the code 504;</tag-desc>
 
+<tag-name><literal>http_403</literal></tag-name>
+<tag-desc>a server returned a response with the code 403;</tag-desc>
+
 <tag-name><literal>http_404</literal></tag-name>
 <tag-desc>a server returned a response with the code 404;</tag-desc>