comparison xml/en/docs/http/ngx_http_memcached_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 f46a132af596
children 3a374868c798
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_memcached_module" 10 <module name="Module ngx_http_memcached_module"
11 link="/en/docs/http/ngx_http_memcached_module.html" 11 link="/en/docs/http/ngx_http_memcached_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_memcached_module</literal> module allows to obtain 18 The <literal>ngx_http_memcached_module</literal> module allows to obtain
47 47
48 48
49 <section id="directives" name="Directives"> 49 <section id="directives" name="Directives">
50 50
51 <directive name="memcached_bind"> 51 <directive name="memcached_bind">
52 <syntax><value>address</value></syntax> 52 <syntax><value>address</value> | <literal>off</literal></syntax>
53 <default/> 53 <default/>
54 <context>http</context> 54 <context>http</context>
55 <context>server</context> 55 <context>server</context>
56 <context>location</context> 56 <context>location</context>
57 <appeared-in>0.8.22</appeared-in> 57 <appeared-in>0.8.22</appeared-in>
58 58
59 <para> 59 <para>
60 Forces outgoing connections to a memcached server to originate 60 Forces outgoing connections to a memcached server to originate
61 from the specified local IP <value>address</value>. 61 from the specified local IP <value>address</value>.
62 Value of the parameter can contain variables (1.3.12).
63 The special value <literal>off</literal> (1.3.12) cancels the effect
64 of the <literal>memcached_bind</literal> directive
65 inherited from the previous configuration level, allowing the
66 system to auto-assign local address.
62 </para> 67 </para>
63 68
64 </directive> 69 </directive>
65 70
66 71