changeset 1461:4e5cab61e548

Documented status of the zone directive in ngx_http_upstream module.
author Vladimir Homutov <vl@nginx.com>
date Tue, 21 Apr 2015 14:47:19 +0300
parents 28fdbb38dc40
children e69e4dbcc760
files xml/en/docs/http/ngx_http_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml
diffstat 2 files changed, 16 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Tue Apr 21 23:22:13 2015 +0300
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Tue Apr 21 14:47:19 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="36">
+        rev="37">
 
 <section id="summary">
 
@@ -286,12 +286,18 @@
 <syntax><value>name</value> <value>size</value></syntax>
 <default/>
 <context>upstream</context>
+<appeared-in>1.9.0</appeared-in>
 
 <para>
 Defines the <value>name</value> and <value>size</value> of the shared
 memory zone that keeps the group’s configuration and run-time state that are
 shared between worker processes.
-Such groups allow changing the group membership
+</para>
+
+<para>
+Additionally,
+as part of our <commercial_version>commercial subscription</commercial_version>,
+such groups allow changing the group membership
 or modifying the settings of a particular server
 without the need of restarting nginx.
 The configuration is accessible via a special location
@@ -299,13 +305,6 @@
 <link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf"/>.
 </para>
 
-<para>
-<note>
-This directive is available as part of our
-<commercial_version>commercial subscription</commercial_version>.
-</note>
-</para>
-
 </directive>
 
 
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml	Tue Apr 21 23:22:13 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml	Tue Apr 21 14:47:19 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="36">
+        rev="37">
 
 <section id="summary">
 
@@ -287,12 +287,18 @@
 <syntax><value>имя</value> <value>размер</value></syntax>
 <default/>
 <context>upstream</context>
+<appeared-in>1.9.0</appeared-in>
 
 <para>
 Задаёт <value>имя</value> и <value>размер</value> зоны разделяемой памяти,
 в которой хранятся конфигурация группы и её рабочее состояние,
 разделяемые между рабочими процессами.
-В таких группах для изменения состава группы
+</para>
+
+<para>
+Дополнительно, как часть
+<commercial_version>коммерческой подписки</commercial_version>,
+в таких группах для изменения состава группы
 или настроек отдельных серверов
 нет необходимости перезапускать nginx.
 Конфигурация доступна через специальный location,
@@ -300,13 +306,6 @@
 <link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf"/>.
 </para>
 
-<para>
-<note>
-Эта директива доступна как часть
-<commercial_version>коммерческой подписки</commercial_version>.
-</note>
-</para>
-
 </directive>