comparison xml/en/docs/http/ngx_http_upstream_conf_module.xml @ 1680:57c3f36b3b6a

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 10 Apr 2016 00:12:49 +0300
parents d3c1a4e8c1fe
children 32bbadb5b64c
comparison
equal deleted inserted replaced
1679:e9ad1cae4401 1680:57c3f36b3b6a
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="2"> 12 rev="3">
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
173 upstream server. 173 upstream server.
174 </para> 174 </para>
175 </tag-desc> 175 </tag-desc>
176 176
177 <tag-name> 177 <tag-name>
178 <literal>service=</literal><value>name</value></tag-name>
179 <tag-desc>
180 Same as the “<literal>service</literal>” parameter
181 of the
182 <link doc="ngx_http_upstream_module.xml" id="service">http</link>
183 or
184 <link doc="../stream/ngx_stream_upstream_module.xml" id="service">stream</link>
185 upstream server (1.9.13).
186 </tag-desc>
187
188 <tag-name>
178 <literal>weight=</literal><value>number</value></tag-name> 189 <literal>weight=</literal><value>number</value></tag-name>
179 <tag-desc> 190 <tag-desc>
180 Same as the “<literal>weight</literal>” parameter 191 Same as the “<literal>weight</literal>” parameter
181 of the 192 of the
182 <link doc="ngx_http_upstream_module.xml" id="weight">http</link> 193 <link doc="ngx_http_upstream_module.xml" id="weight">http</link>