diff xml/en/docs/http/ngx_http_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 fee7627f6a5a
children 180269c4a220
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>