comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1385:f08ae1f79000

Documented the max_conns parameter in upstream_conf.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 12 Jan 2015 12:03:09 +0300
parents f1e14d87d833
children d796c95f0922
comparison
equal deleted inserted replaced
1384:66ee77849563 1385:f08ae1f79000
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="29"> 13 rev="30">
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
1151 Same as the “<literal>fail_timeout</literal>” parameter 1151 Same as the “<literal>fail_timeout</literal>” parameter
1152 of the <link id="server"/> directive. 1152 of the <link id="server"/> directive.
1153 </tag-desc> 1153 </tag-desc>
1154 1154
1155 <tag-name> 1155 <tag-name>
1156 <literal>max_conns=</literal><value>number</value></tag-name>
1157 <tag-desc>
1158 Same as the “<literal>max_conns</literal>” parameter
1159 of the <link id="server"/> directive.
1160 </tag-desc>
1161
1162 <tag-name>
1156 <literal>slow_start=</literal><value>time</value></tag-name> 1163 <literal>slow_start=</literal><value>time</value></tag-name>
1157 <tag-desc> 1164 <tag-desc>
1158 Same as the “<literal>slow_start</literal>” parameter 1165 Same as the “<literal>slow_start</literal>” parameter
1159 of the <link id="server"/> directive. 1166 of the <link id="server"/> directive.
1160 </tag-desc> 1167 </tag-desc>