diff xml/en/docs/http/ngx_http_uwsgi_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_uwsgi_module.xml
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -800,7 +800,8 @@ of a response.
 
 <para>
 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 <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
 </para>