comparison xml/en/docs/http/ngx_http_limit_conn_module.xml @ 1312:91a4eee45eb7

Limit_conn: the limit_zone directive removed from the code.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Sep 2014 14:09:44 +0400
parents 95c3c3bbf1ce
children f15a983cac66
comparison
equal deleted inserted replaced
1311:b6fd4402ab2e 1312:91a4eee45eb7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_limit_conn_module" 10 <module name="Module ngx_http_limit_conn_module"
11 link="/en/docs/http/ngx_http_limit_conn_module.html" 11 link="/en/docs/http/ngx_http_limit_conn_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_limit_conn_module</literal> module is used to 18 The <literal>ngx_http_limit_conn_module</literal> module is used to
188 <value>size</value></syntax> 188 <value>size</value></syntax>
189 <default/> 189 <default/>
190 <context>http</context> 190 <context>http</context>
191 191
192 <para> 192 <para>
193 This directive is made obsolete in version 1.1.8, 193 This directive was made obsolete in version 1.1.8
194 an equivalent <link id="limit_conn_zone"/> directive 194 and was removed in version 1.7.6.
195 An equivalent <link id="limit_conn_zone"/> directive
195 with a changed syntax should be used instead: 196 with a changed syntax should be used instead:
196 <note> 197 <note>
197 <literal>limit_conn_zone</literal> 198 <literal>limit_conn_zone</literal>
198 <value>$variable</value> 199 <value>$variable</value>
199 <literal>zone</literal>=<value>name</value>:<value>size</value>; 200 <literal>zone</literal>=<value>name</value>:<value>size</value>;