changeset 907:43887f41bb17

Corrected the descriptions of {proxy,fastcgi}_intercept_errors.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 13 May 2013 13:33:44 +0400
parents ec5d7bb1d40c
children 326355a6026e
files xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
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="6">
+        rev="7">
 
 <section id="summary">
 
@@ -587,7 +587,7 @@ and with the “<literal>/</literal>” request it will be equal to
 
 <para>
 Determines whether FastCGI server responses with codes greater than or equal
-to 400 should be passed to a client or be redirected to nginx for processing
+to 300 should be passed to a client or be redirected to nginx for processing
 using the <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
 </para>
 
--- 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="9">
+        rev="10">
 
 <section id="summary">
 
@@ -772,7 +772,7 @@ of a response.
 
 <para>
 Determines whether proxied responses with codes greater than or equal
-to 400 should be passed to a client or be redirected to nginx for processing
+to 300 should be passed to a client or be redirected to nginx for processing
 using the <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
 </para>
 
--- 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="6">
+        rev="7">
 
 <section id="summary">
 
@@ -584,7 +584,7 @@ fastcgi_param SCRIPT_FILENAME /home/www/
 
 <para>
 Определяет, передавать ли клиенту ответы FastCGI-сервера с кодом
-больше либо равным 400, или же перенаправлять их на обработку nginx’у с помощью
+больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью
 директивы <link doc="ngx_http_core_module.xml" id="error_page"/>.
 </para>
 
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="9">
+        rev="10">
 
 <section id="summary">
 
@@ -768,7 +768,7 @@ nginx не передаёт клиенту поля заголовка <header>Date</header>,
 
 <para>
 Определяет, передавать ли клиенту проксированные ответы с кодом
-больше либо равным 400, или же перенаправлять их на обработку nginx’у с помощью
+больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью
 директивы <link doc="ngx_http_core_module.xml" id="error_page"/>.
 </para>