comparison xml/en/docs/http/ngx_http_fastcgi_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_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="36"> 13 rev="37">
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 passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
858 <context>server</context> 858 <context>server</context>
859 <context>location</context> 859 <context>location</context>
860 860
861 <para> 861 <para>
862 Determines whether FastCGI server responses with codes greater than or equal 862 Determines whether FastCGI server responses with codes greater than or equal
863 to 300 should be passed to a client or be redirected to nginx for processing 863 to 300 should be passed to a client
864 or be intercepted and redirected to nginx for processing
864 with the <link doc="ngx_http_core_module.xml" id="error_page"/> directive. 865 with the <link doc="ngx_http_core_module.xml" id="error_page"/> directive.
865 </para> 866 </para>
866 867
867 </directive> 868 </directive>
868 869