diff xml/en/docs/stream/ngx_stream_upstream_module.xml @ 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 eb58ee50561d
children 2c56f91c304a
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml	Wed Jan 17 17:02:05 2018 +0300
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml	Thu Dec 28 15:48:00 2017 +0300
@@ -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 @@
 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>