changeset 2145:5a31c6b83cbc

Corrected appeared-in version for the zone_sync module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 11 Apr 2018 15:11:12 +0300
parents 51ce1baf7b67
children c07cd947402f
files xml/en/docs/stream/ngx_stream_zone_sync_module.xml
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_zone_sync_module.xml	Tue Apr 10 19:00:06 2018 +0300
+++ b/xml/en/docs/stream/ngx_stream_zone_sync_module.xml	Wed Apr 11 15:11:12 2018 +0300
@@ -9,12 +9,12 @@
 <module name="Module ngx_stream_zone_sync_module"
         link="/en/docs/stream/ngx_stream_zone_sync_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
 <para>
-The <literal>ngx_stream_zone_sync_module</literal> module (1.13.8)
+The <literal>ngx_stream_zone_sync_module</literal> module (1.13.10)
 provides the necessary support for synchronizing contents of
 <link doc="ngx_stream_upstream_module.xml" id="zone">shared memory zones</link>
 between nodes of a cluster.
@@ -24,6 +24,14 @@
 <link doc="../http/ngx_http_upstream_module.xml" id="sticky">sticky</link>
 sessions.
 </para>
+
+<para>
+<note>
+This module is available as part of our
+<commercial_version>commercial subscription</commercial_version>.
+</note>
+</para>
+
 </section>