diff xml/en/docs/http/ngx_http_fastcgi_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_fastcgi_module.xml
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -331,6 +331,7 @@ A pause is made between iterations, conf
     <literal>updating</literal> |
     <literal>http_500</literal> |
     <literal>http_503</literal> |
+    <literal>http_403</literal> |
     <literal>http_404</literal> |
     <literal>off</literal>
     ...</syntax>
@@ -645,6 +646,7 @@ Value of zero disables buffering of resp
     <literal>invalid_header</literal> |
     <literal>http_500</literal> |
     <literal>http_503</literal> |
+    <literal>http_403</literal> |
     <literal>http_404</literal> |
     <literal>off</literal>
     ...</syntax>
@@ -674,6 +676,9 @@ server, passing it a request, or reading
 <tag-name><literal>http_503</literal></tag-name>
 <tag-desc>a server returned a response with the code 503;</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>