comparison xml/en/docs/http/ngx_http_memcached_module.xml @ 1748:be371be7a5c8

Documented optional port for proxy_bind and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 20 Jun 2016 18:54:46 +0300
parents d855e7cc3b2f
children 6839c258c473
comparison
equal deleted inserted replaced
1747:27bbcdecd12c 1748:be371be7a5c8
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="13"> 13 rev="14">
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 is used to obtain 18 The <literal>ngx_http_memcached_module</literal> module is used to obtain
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 Makes outgoing connections to a memcached server originate 60 Makes outgoing connections to a memcached server originate
61 from the specified local IP <value>address</value>. 61 from the specified local IP address with an optional port (1.11.2).
62 Parameter value can contain variables (1.3.12). 62 Parameter value can contain variables (1.3.12).
63 The special value <literal>off</literal> (1.3.12) cancels the effect 63 The special value <literal>off</literal> (1.3.12) cancels the effect
64 of the <literal>memcached_bind</literal> directive 64 of the <literal>memcached_bind</literal> directive
65 inherited from the previous configuration level, which allows the 65 inherited from the previous configuration level, which allows the
66 system to auto-assign the local IP address. 66 system to auto-assign the local IP address and port.
67 </para> 67 </para>
68 68
69 <para id="memcached_bind_transparent"> 69 <para id="memcached_bind_transparent">
70 The <literal>transparent</literal> parameter (1.11.0) allows 70 The <literal>transparent</literal> parameter (1.11.0) allows
71 outgoing connections to a memcached server originate 71 outgoing connections to a memcached server originate