comparison xml/en/docs/stream/ngx_stream_zone_sync_module.xml @ 2230:283b1e67eaa6

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 30 Aug 2018 22:53:18 +0300
parents ed6b44206600
children f4b9660316c5
comparison
equal deleted inserted replaced
2229:f134633cff5c 2230:283b1e67eaa6
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_zone_sync_module" 9 <module name="Module ngx_stream_zone_sync_module"
10 link="/en/docs/stream/ngx_stream_zone_sync_module.html" 10 link="/en/docs/stream/ngx_stream_zone_sync_module.html"
11 lang="en" 11 lang="en"
12 rev="2"> 12 rev="3">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_zone_sync_module</literal> module (1.13.8) 17 The <literal>ngx_stream_zone_sync_module</literal> module (1.13.8)
18 provides the necessary support for synchronizing contents of 18 provides the necessary support for synchronizing contents of
19 <link doc="ngx_stream_upstream_module.xml" id="zone">shared memory zones</link> 19 <link doc="ngx_stream_upstream_module.xml" id="zone">shared memory zones</link>
20 between nodes of a cluster. 20 between nodes of a cluster.
21 To enable synchronization for a particular zone, a corresponding module 21 To enable synchronization for a particular zone, a corresponding module
22 must support this feature. 22 must support this feature.
23 Currently, it is possible to synchronize 23 Currently, it is possible to synchronize HTTP
24 <link doc="../http/ngx_http_upstream_module.xml" id="sticky">sticky</link> 24 <link doc="../http/ngx_http_upstream_module.xml" id="sticky">sticky</link>
25 sessions. 25 sessions, information about
26 <link doc="../http/ngx_http_limit_req_module.xml">excessive HTTP requests</link>,
27 and key-value pairs both in
28 <link doc="../http/ngx_http_keyval_module.xml">http</link>
29 and <link doc="../stream/ngx_stream_keyval_module.xml">stream</link>.
26 </para> 30 </para>
27 31
28 <para> 32 <para>
29 <note> 33 <note>
30 This module is available as part of our 34 This module is available as part of our