comparison xml/ru/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="Модуль ngx_http_fastcgi_module" 10 <module name="Модуль ngx_http_fastcgi_module"
11 link="/ru/docs/http/ngx_http_fastcgi_module.html" 11 link="/ru/docs/http/ngx_http_fastcgi_module.html"
12 lang="ru" 12 lang="ru"
13 rev="6"> 13 rev="7">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_fastcgi_module</literal> позволяет передавать 18 Модуль <literal>ngx_http_fastcgi_module</literal> позволяет передавать
582 <context>server</context> 582 <context>server</context>
583 <context>location</context> 583 <context>location</context>
584 584
585 <para> 585 <para>
586 Определяет, передавать ли клиенту ответы FastCGI-сервера с кодом 586 Определяет, передавать ли клиенту ответы FastCGI-сервера с кодом
587 больше либо равным 400, или же перенаправлять их на обработку nginx’у с помощью 587 больше либо равным 300, или же перенаправлять их на обработку nginx’у с помощью
588 директивы <link doc="ngx_http_core_module.xml" id="error_page"/>. 588 директивы <link doc="ngx_http_core_module.xml" id="error_page"/>.
589 </para> 589 </para>
590 590
591 </directive> 591 </directive>
592 592