comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 907:43887f41bb17

Corrected the descriptions of {proxy,fastcgi}_intercept_errors.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 13 May 2013 13:33:44 +0400
parents 0ed4c093c026
children e26a18eb5ccd
comparison
equal deleted inserted replaced
906:ec5d7bb1d40c 907:43887f41bb17
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="9"> 13 rev="10">
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 to pass 18 The <literal>ngx_http_proxy_module</literal> module allows to pass
770 <context>server</context> 770 <context>server</context>
771 <context>location</context> 771 <context>location</context>
772 772
773 <para> 773 <para>
774 Determines whether proxied responses with codes greater than or equal 774 Determines whether proxied responses with codes greater than or equal
775 to 400 should be passed to a client or be redirected to nginx for processing 775 to 300 should be passed to a client or be redirected to nginx for processing
776 using the <link doc="ngx_http_core_module.xml" id="error_page"/> directive. 776 using the <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
777 </para> 777 </para>
778 778
779 </directive> 779 </directive>
780 780