comparison 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
comparison
equal deleted inserted replaced
1802:51e1c73cc027 1803:621d0c682113
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="28"> 13 rev="29">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
798 <context>server</context> 798 <context>server</context>
799 <context>location</context> 799 <context>location</context>
800 800
801 <para> 801 <para>
802 Determines whether a uwsgi server responses with codes greater than or equal 802 Determines whether a uwsgi server responses with codes greater than or equal
803 to 300 should be passed to a client or be redirected to nginx for processing 803 to 300 should be passed to a client
804 or be intercepted and redirected to nginx for processing
804 with the <link doc="ngx_http_core_module.xml" id="error_page"/> directive. 805 with the <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
805 </para> 806 </para>
806 807
807 </directive> 808 </directive>
808 809