comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 815:ed29fd8be462

*_bind: variables support and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 16 Jan 2013 14:29:10 +0400
parents 9104a921d940
children 6a40b8e7219a
comparison
equal deleted inserted replaced
814:f46a132af596 815:ed29fd8be462
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="4"> 13 rev="5">
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
43 43
44 44
45 <section id="directives" name="Directives"> 45 <section id="directives" name="Directives">
46 46
47 <directive name="fastcgi_bind"> 47 <directive name="fastcgi_bind">
48 <syntax><value>address</value></syntax> 48 <syntax><value>address</value> | <literal>off</literal></syntax>
49 <default/> 49 <default/>
50 <context>http</context> 50 <context>http</context>
51 <context>server</context> 51 <context>server</context>
52 <context>location</context> 52 <context>location</context>
53 <appeared-in>0.8.22</appeared-in> 53 <appeared-in>0.8.22</appeared-in>
54 54
55 <para> 55 <para>
56 Forces outgoing connections to a FastCGI server to originate 56 Forces outgoing connections to a FastCGI server to originate
57 from the specified local IP <value>address</value>. 57 from the specified local IP <value>address</value>.
58 Value of the parameter can contain variables (1.3.12).
59 The special value <literal>off</literal> (1.3.12) cancels the effect
60 of the <literal>fastcgi_bind</literal> directive
61 inherited from the previous configuration level, allowing the
62 system to auto-assign local address.
58 </para> 63 </para>
59 64
60 </directive> 65 </directive>
61 66
62 67