comparison xml/en/docs/http/ngx_http_memcached_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 934fd358c944
children f46a132af596
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_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="2"> 13 rev="3">
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
45 45
46 </section> 46 </section>
47 47
48 48
49 <section id="directives" name="Directives"> 49 <section id="directives" name="Directives">
50
51 <directive name="memcached_bind">
52 <syntax><value>address</value></syntax>
53 <default/>
54 <context>http</context>
55 <context>server</context>
56 <context>location</context>
57 <appeared-in>0.8.22</appeared-in>
58
59 <para>
60 Forces outgoing connections to a memcached server to originate
61 from the specified local IP <value>address</value>.
62 </para>
63
64 </directive>
65
50 66
51 <directive name="memcached_buffer_size"> 67 <directive name="memcached_buffer_size">
52 <syntax><value>size</value></syntax> 68 <syntax><value>size</value></syntax>
53 <default>4k|8k</default> 69 <default>4k|8k</default>
54 <context>http</context> 70 <context>http</context>