diff xml/ru/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/ru/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -329,6 +329,7 @@ fastcgi_cache_path /data/nginx/cache lev
     <literal>updating</literal> |
     <literal>http_500</literal> |
     <literal>http_503</literal> |
+    <literal>http_403</literal> |
     <literal>http_404</literal> |
     <literal>off</literal>
     ...</syntax>
@@ -642,6 +643,7 @@ FastCGI-серверу оставлять соединения открытыми.
     <literal>invalid_header</literal> |
     <literal>http_500</literal> |
     <literal>http_503</literal> |
+    <literal>http_403</literal> |
     <literal>http_404</literal> |
     <literal>off</literal>
     ...</syntax>
@@ -671,6 +673,9 @@ FastCGI-серверу оставлять соединения открытыми.
 <tag-name><literal>http_503</literal></tag-name>
 <tag-desc>сервер вернул ответ с кодом 503;</tag-desc>
 
+<tag-name><literal>http_403</literal></tag-name>
+<tag-desc>сервер вернул ответ с кодом 403;</tag-desc>
+
 <tag-name><literal>http_404</literal></tag-name>
 <tag-desc>сервер вернул ответ с кодом 404;</tag-desc>