comparison 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
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_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="49"> 13 rev="50">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
1019 <context>server</context> 1019 <context>server</context>
1020 <context>location</context> 1020 <context>location</context>
1021 1021
1022 <para> 1022 <para>
1023 Determines whether proxied responses with codes greater than or equal 1023 Determines whether proxied responses with codes greater than or equal
1024 to 300 should be passed to a client or be redirected to nginx for processing 1024 to 300 should be passed to a client
1025 or be intercepted and redirected to nginx for processing
1025 with the <link doc="ngx_http_core_module.xml" id="error_page"/> directive. 1026 with the <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
1026 </para> 1027 </para>
1027 1028
1028 </directive> 1029 </directive>
1029 1030