# HG changeset patch # User Yaroslav Zhuravlev # Date 1475171071 -10800 # Node ID 621d0c682113dcbca1c10b4c9756e634f0fb1cd5 # Parent 51e1c73cc0275c723f724fa6b422fe0b8fbd6b90 Clarified description of proxy_intercept_errors and friends. diff -r 51e1c73cc027 -r 621d0c682113 xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Thu Sep 29 20:43:29 2016 +0300 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Thu Sep 29 20:44:31 2016 +0300 @@ -10,7 +10,7 @@ + rev="37">
@@ -860,7 +860,8 @@ Determines whether FastCGI server responses with codes greater than or equal -to 300 should be passed to a client or be redirected to nginx for processing +to 300 should be passed to a client +or be intercepted and redirected to nginx for processing with the directive. diff -r 51e1c73cc027 -r 621d0c682113 xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Thu Sep 29 20:43:29 2016 +0300 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Thu Sep 29 20:44:31 2016 +0300 @@ -10,7 +10,7 @@ + rev="50">
@@ -1021,7 +1021,8 @@ Determines whether proxied responses with codes greater than or equal -to 300 should be passed to a client or be redirected to nginx for processing +to 300 should be passed to a client +or be intercepted and redirected to nginx for processing with the directive. diff -r 51e1c73cc027 -r 621d0c682113 xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Thu Sep 29 20:43:29 2016 +0300 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Thu Sep 29 20:44:31 2016 +0300 @@ -10,7 +10,7 @@ + rev="26">
@@ -800,7 +800,8 @@ Determines whether an SCGI server responses with codes greater than or equal -to 300 should be passed to a client or be redirected to nginx for processing +to 300 should be passed to a client +or be intercepted and redirected to nginx for processing with the directive. diff -r 51e1c73cc027 -r 621d0c682113 xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Thu Sep 29 20:43:29 2016 +0300 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Thu Sep 29 20:44:31 2016 +0300 @@ -10,7 +10,7 @@ + rev="29">
@@ -800,7 +800,8 @@ Determines whether a uwsgi server responses with codes greater than or equal -to 300 should be passed to a client or be redirected to nginx for processing +to 300 should be passed to a client +or be intercepted and redirected to nginx for processing with the directive. diff -r 51e1c73cc027 -r 621d0c682113 xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Thu Sep 29 20:43:29 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Thu Sep 29 20:44:31 2016 +0300 @@ -10,7 +10,7 @@ + rev="37">
@@ -858,7 +858,8 @@ Определяет, передавать ли клиенту ответы FastCGI-сервера с кодом -больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью +больше либо равным 300, +или же перенаправлять их на обработку nginx’у с помощью директивы . diff -r 51e1c73cc027 -r 621d0c682113 xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Thu Sep 29 20:43:29 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Thu Sep 29 20:44:31 2016 +0300 @@ -10,7 +10,7 @@ + rev="50">
@@ -1020,7 +1020,8 @@ Определяет, передавать ли клиенту проксированные ответы с кодом -больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью +больше либо равным 300, +или же перенаправлять их на обработку nginx’у с помощью директивы . diff -r 51e1c73cc027 -r 621d0c682113 xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml Thu Sep 29 20:43:29 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml Thu Sep 29 20:44:31 2016 +0300 @@ -10,7 +10,7 @@ + rev="26">
@@ -797,7 +797,8 @@ Определяет, передавать ли клиенту ответы SCGI-сервера с кодом -больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью +больше либо равным 300, +или же перенаправлять их на обработку nginx’у с помощью директивы . diff -r 51e1c73cc027 -r 621d0c682113 xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml Thu Sep 29 20:43:29 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml Thu Sep 29 20:44:31 2016 +0300 @@ -10,7 +10,7 @@ + rev="29">
@@ -796,7 +796,8 @@ Определяет, передавать ли клиенту ответы uwsgi-сервера с кодом -больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью +больше либо равным 300, +или же перенаправлять их на обработку nginx’у с помощью директивы .