comparison xml/en/docs/stream/ngx_stream_proxy_module.xml @ 1744:ab56dcd73af2

Added variables to stream hash, limit_conn_zone, proxy_bind.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 05 Jul 2016 17:58:34 +0300
parents e07ce4ed4dcc
children 2e0d07952c8f
comparison
equal deleted inserted replaced
1743:3d686cb47c2c 1744:ab56dcd73af2
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_proxy_module" 9 <module name="Module ngx_stream_proxy_module"
10 link="/en/docs/stream/ngx_stream_proxy_module.html" 10 link="/en/docs/stream/ngx_stream_proxy_module.html"
11 lang="en" 11 lang="en"
12 rev="14"> 12 rev="15">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows proxying 17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows proxying
64 <appeared-in>1.9.2</appeared-in> 64 <appeared-in>1.9.2</appeared-in>
65 65
66 <para> 66 <para>
67 Makes outgoing connections to a proxied server originate 67 Makes outgoing connections to a proxied server originate
68 from the specified local IP <value>address</value>. 68 from the specified local IP <value>address</value>.
69 Parameter value can contain variables (1.11.2).
69 The special value <literal>off</literal> cancels the effect 70 The special value <literal>off</literal> cancels the effect
70 of the <literal>proxy_bind</literal> directive 71 of the <literal>proxy_bind</literal> directive
71 inherited from the previous configuration level, which allows the 72 inherited from the previous configuration level, which allows the
72 system to auto-assign the local IP address. 73 system to auto-assign the local IP address.
73 </para> 74 </para>