comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 1581:201bf8fa69e5

Added shared memory requirement to resolver in http and stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 06 Oct 2015 13:07:58 +0300
parents 8d134b482cc3
children 44c4323144c5
comparison
equal deleted inserted replaced
1580:c711a8a1a8f9 1581:201bf8fa69e5
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_upstream_module" 9 <module name="Module ngx_stream_upstream_module"
10 link="/en/docs/stream/ngx_stream_upstream_module.html" 10 link="/en/docs/stream/ngx_stream_upstream_module.html"
11 lang="en" 11 lang="en"
12 rev="7"> 12 rev="8">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0)
218 <tag-desc> 218 <tag-desc>
219 monitors changes of the IP addresses 219 monitors changes of the IP addresses
220 that correspond to a domain name of the server, 220 that correspond to a domain name of the server,
221 and automatically modifies the upstream configuration 221 and automatically modifies the upstream configuration
222 without the need of restarting nginx. 222 without the need of restarting nginx.
223 The server group must reside in the <link id="zone">shared memory</link>.
223 <para> 224 <para>
224 In order for this parameter to work, 225 In order for this parameter to work,
225 the <link doc="ngx_stream_core_module.xml" id="resolver"/> directive 226 the <link doc="ngx_stream_core_module.xml" id="resolver"/> directive
226 must be specified in the 227 must be specified in the
227 <link doc="ngx_stream_core_module.xml" id="stream"/> block. 228 <link doc="ngx_stream_core_module.xml" id="stream"/> block.