comparison 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
comparison
equal deleted inserted replaced
2096:8d3b9bda10db 2097:27c53e1cb4b6
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="66"> 13 rev="67">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
378 Additionally, 378 Additionally,
379 as part of our <commercial_version>commercial subscription</commercial_version>, 379 as part of our <commercial_version>commercial subscription</commercial_version>,
380 such groups allow changing the group membership 380 such groups allow changing the group membership
381 or modifying the settings of a particular server 381 or modifying the settings of a particular server
382 without the need of restarting nginx. 382 without the need of restarting nginx.
383 The configuration is accessible via a special location 383 The configuration is accessible via the
384 <link doc="ngx_http_api_module.xml">API</link> module (1.13.3).
385 <note>
386 Prior to version 1.13.3,
387 the configuration was accessible only via a special location
384 handled by 388 handled by
385 <link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf"/>. 389 <link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf"/>.
390 </note>
386 </para> 391 </para>
387 392
388 </directive> 393 </directive>
389 394
390 395