comparison xml/en/docs/http/ngx_http_fastcgi_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 6a40b8e7219a
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_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="6"> 13 rev="7">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows to pass 18 The <literal>ngx_http_fastcgi_module</literal> module allows to pass
585 <context>server</context> 585 <context>server</context>
586 <context>location</context> 586 <context>location</context>
587 587
588 <para> 588 <para>
589 Determines whether FastCGI server responses with codes greater than or equal 589 Determines whether FastCGI server responses with codes greater than or equal
590 to 400 should be passed to a client or be redirected to nginx for processing 590 to 300 should be passed to a client or be redirected to nginx for processing
591 using the <link doc="ngx_http_core_module.xml" id="error_page"/> directive. 591 using the <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
592 </para> 592 </para>
593 593
594 </directive> 594 </directive>
595 595