comparison xml/en/docs/http/ngx_http_proxy_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 9e5847af3b2d
children 0ed4c093c026
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_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="7"> 13 rev="8">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows to pass 18 The <literal>ngx_http_proxy_module</literal> module allows to pass
38 38
39 39
40 <section id="directives" name="Directives"> 40 <section id="directives" name="Directives">
41 41
42 <directive name="proxy_bind"> 42 <directive name="proxy_bind">
43 <syntax><value>address</value></syntax> 43 <syntax><value>address</value> | <literal>off</literal></syntax>
44 <default/> 44 <default/>
45 <context>http</context> 45 <context>http</context>
46 <context>server</context> 46 <context>server</context>
47 <context>location</context> 47 <context>location</context>
48 <appeared-in>0.8.22</appeared-in> 48 <appeared-in>0.8.22</appeared-in>
49 49
50 <para> 50 <para>
51 Forces outgoing connections to a proxied server to originate 51 Forces outgoing connections to a proxied server to originate
52 from the specified local IP <value>address</value>. 52 from the specified local IP <value>address</value>.
53 Value of the parameter can contain variables (1.3.12).
54 The special value <literal>off</literal> (1.3.12) cancels the effect
55 of the <literal>proxy_bind</literal> directive
56 inherited from the previous configuration level, allowing the
57 system to auto-assign local address.
53 </para> 58 </para>
54 59
55 </directive> 60 </directive>
56 61
57 62