comparison xml/en/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 764fbac1b8b4
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="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="1"> 13 rev="2">
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
41 41
42 </section> 42 </section>
43 43
44 44
45 <section id="directives" name="Directives"> 45 <section id="directives" name="Directives">
46
47 <directive name="fastcgi_bind">
48 <syntax><value>address</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 Forces outgoing connections to a FastCGI server to originate
57 from the specified local IP <value>address</value>.
58 </para>
59
60 </directive>
61
46 62
47 <directive name="fastcgi_buffer_size"> 63 <directive name="fastcgi_buffer_size">
48 <syntax><value>size</value></syntax> 64 <syntax><value>size</value></syntax>
49 <default>4k|8k</default> 65 <default>4k|8k</default>
50 <context>http</context> 66 <context>http</context>