comparison xml/ru/docs/http/ngx_http_fastcgi_module.xml @ 772:ce121bf644f5

Documented "bind" directive in memcached, fastcgi and proxy modules.
author Vladimir Homutov <vl@nginx.com>
date Fri, 23 Nov 2012 07:35:21 +0000
parents af3f38e349eb
children 24b1b0101250
comparison
equal deleted inserted replaced
771:47ad88faaa3f 772:ce121bf644f5
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="1"> 13 rev="2">
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> позволяет передавать
41 41
42 </section> 42 </section>
43 43
44 44
45 <section id="directives" name="Директивы"> 45 <section id="directives" name="Директивы">
46
47 <directive name="fastcgi_bind">
48 <syntax><value>адрес</value></syntax>
49 <default/>
50 <context>http</context>
51 <context>server</context>
52 <context>location</context>
53 <appeared-in>0.8.22</appeared-in>
54
55 <para>
56 Задаёт локальный IP-<value>адрес</value>, который будет использоваться в
57 исходящих соединениях с FastCGI-сервером.
58 </para>
59
60 </directive>
61
46 62
47 <directive name="fastcgi_buffer_size"> 63 <directive name="fastcgi_buffer_size">
48 <syntax><value>размер</value></syntax> 64 <syntax><value>размер</value></syntax>
49 <default>4k|8k</default> 65 <default>4k|8k</default>
50 <context>http</context> 66 <context>http</context>