comparison xml/ru/docs/http/ngx_http_fastcgi_module.xml @ 1885:6839c258c473

Added <literal> tag to proxy bind transparent.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Oct 2016 22:30:01 +0300
parents 0d6ac4838921
children 399d0e188195
comparison
equal deleted inserted replaced
1884:0b339643b08f 1885:6839c258c473
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="39"> 13 rev="40">
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> позволяет передавать
43 43
44 44
45 <section id="directives" name="Директивы"> 45 <section id="directives" name="Директивы">
46 46
47 <directive name="fastcgi_bind"> 47 <directive name="fastcgi_bind">
48 <syntax><value>адрес</value> [transparent] | <literal>off</literal></syntax> 48 <syntax>
49 <value>адрес</value>
50 [<literal>transparent</literal>] |
51 <literal>off</literal></syntax>
49 <default/> 52 <default/>
50 <context>http</context> 53 <context>http</context>
51 <context>server</context> 54 <context>server</context>
52 <context>location</context> 55 <context>location</context>
53 <appeared-in>0.8.22</appeared-in> 56 <appeared-in>0.8.22</appeared-in>