diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1803:621d0c682113

Clarified description of proxy_intercept_errors and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 29 Sep 2016 20:44:31 +0300
parents 1d576e8d6ead
children bc6341aaa832
line wrap: on
line diff
--- 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="49">
+        rev="50">
 
 <section id="summary">
 
@@ -1021,7 +1021,8 @@ of a response.
 
 <para>
 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 <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
 </para>