# HG changeset patch # User Ruslan Ermilov # Date 1368437624 -14400 # Node ID 43887f41bb177b4cf8737cfa6448ae6151971048 # Parent ec5d7bb1d40c3b1f1eab44117ee57322f58ee88d Corrected the descriptions of {proxy,fastcgi}_intercept_errors. diff -r ec5d7bb1d40c -r 43887f41bb17 xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Mon May 13 15:36:37 2013 +0400 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Mon May 13 13:33:44 2013 +0400 @@ -10,7 +10,7 @@ + rev="7">
@@ -587,7 +587,7 @@ 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 directive. diff -r ec5d7bb1d40c -r 43887f41bb17 xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Mon May 13 15:36:37 2013 +0400 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Mon May 13 13:33:44 2013 +0400 @@ -10,7 +10,7 @@ + rev="10">
@@ -772,7 +772,7 @@ 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 directive. diff -r ec5d7bb1d40c -r 43887f41bb17 xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Mon May 13 15:36:37 2013 +0400 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Mon May 13 13:33:44 2013 +0400 @@ -10,7 +10,7 @@ + rev="7">
@@ -584,7 +584,7 @@ Определяет, передавать ли клиенту ответы FastCGI-сервера с кодом -больше либо равным 400, или же перенаправлять их на обработку nginx’у с помощью +больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью директивы . diff -r ec5d7bb1d40c -r 43887f41bb17 xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Mon May 13 15:36:37 2013 +0400 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Mon May 13 13:33:44 2013 +0400 @@ -10,7 +10,7 @@ + rev="10">
@@ -768,7 +768,7 @@ Определяет, передавать ли клиенту проксированные ответы с кодом -больше либо равным 400, или же перенаправлять их на обработку nginx’у с помощью +больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью директивы .