changeset 2097:27c53e1cb4b6

Deprecated upstream_conf in the "zone" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 Dec 2017 15:48:00 +0300
parents 8d3b9bda10db
children ac0faf33b721
files xml/en/docs/http/ngx_http_upstream_module.xml xml/en/docs/stream/ngx_stream_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml xml/ru/docs/stream/ngx_stream_upstream_module.xml
diffstat 4 files changed, 28 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="66">
+        rev="67">
 
 <section id="summary">
 
@@ -380,9 +380,14 @@ as part of our <commercial_version>comme
 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
+The configuration is accessible via the
+<link doc="ngx_http_api_module.xml">API</link> module (1.13.3).
+<note>
+Prior to version 1.13.3,
+the configuration was accessible only via a special location
 handled by
 <link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf"/>.
+</note>
 </para>
 
 </directive>
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="26">
+        rev="27">
 
 <section id="summary">
 
@@ -341,9 +341,14 @@ as part of our <commercial_version>comme
 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
+The configuration is accessible via the
+<link doc="../http/ngx_http_api_module.xml">API</link> module (1.13.3).
+<note>
+Prior to version 1.13.3,
+the configuration was accessible only via a special location
 handled by
 <link doc="../http/ngx_http_upstream_conf_module.xml" id="upstream_conf"/>.
+</note>
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="66">
+        rev="67">
 
 <section id="summary">
 
@@ -384,9 +384,14 @@ SRV-записи с наивысшим приоритетом
 в таких группах для изменения состава группы
 или настроек отдельных серверов
 нет необходимости перезапускать nginx.
-Конфигурация доступна через специальный location,
+Конфигурация доступна через
+модуль <link doc="ngx_http_api_module.xml">API</link> (1.13.3).
+<note>
+До версии 1.13.3
+конфигурация была доступна только через специальный location,
 в котором указана директива
 <link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf"/>.
+</note>
 </para>
 
 </directive>
--- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml
+++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_upstream_module"
         link="/ru/docs/stream/ngx_stream_upstream_module.html"
         lang="ru"
-        rev="26">
+        rev="27">
 
 <section id="summary">
 
@@ -343,9 +343,14 @@ SRV-записи с наивысшим приоритетом
 в таких группах для изменения состава группы
 или настроек отдельных серверов
 нет необходимости перезапускать nginx.
-Конфигурация доступна через специальный location,
+Конфигурация доступна через
+модуль <link doc="../http/ngx_http_api_module.xml">API</link> (1.13.3).
+<note>
+До версии 1.13.3
+конфигурация была доступна только через специальный location,
 в котором указана директива
 <link doc="../http/ngx_http_upstream_conf_module.xml" id="upstream_conf"/>.
+</note>
 </para>
 
 </directive>