comparison xml/en/docs/http/ngx_http_upstream_conf_module.xml @ 2230:283b1e67eaa6

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 30 Aug 2018 22:53:18 +0300
parents 8d3b9bda10db
children
comparison
equal deleted inserted replaced
2229:f134633cff5c 2230:283b1e67eaa6
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_upstream_conf_module" 9 <module name="Module ngx_http_upstream_conf_module"
10 link="/en/docs/http/ngx_http_upstream_conf_module.html" 10 link="/en/docs/http/ngx_http_upstream_conf_module.html"
11 lang="en" 11 lang="en"
12 rev="5"> 12 rev="6">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_upstream_conf_module</literal> module 17 The <literal>ngx_http_upstream_conf_module</literal> module
21 <link doc="ngx_http_upstream_module.xml" id="zone">http</link> 21 <link doc="ngx_http_upstream_module.xml" id="zone">http</link>
22 or 22 or
23 <link doc="../stream/ngx_stream_upstream_module.xml" id="zone">stream</link> 23 <link doc="../stream/ngx_stream_upstream_module.xml" id="zone">stream</link>
24 server group must reside in the shared memory. 24 server group must reside in the shared memory.
25 <note> 25 <note>
26 This module was superseded by the 26 This module was available as part of our
27 <commercial_version>commercial subscription</commercial_version>
28 until 1.13.10.
29 It was superseded by the
27 <link doc="ngx_http_api_module.xml">ngx_http_api_module</link> module 30 <link doc="ngx_http_api_module.xml">ngx_http_api_module</link> module
28 in 1.13.3. 31 in 1.13.3.
29 </note>
30 <note>
31 This module is available as part of our
32 <commercial_version>commercial subscription</commercial_version>.
33 </note> 32 </note>
34 </para> 33 </para>
35 34
36 </section> 35 </section>
37 36