comparison xml/en/docs/http/ngx_http_limit_conn_module.xml @ 2495:e4332b7580bb

Mentioned API in limit_conn_zone and limit_req_zone.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Jan 2020 17:56:50 +0000
parents 07c4f2c66c97
children eeed494bba51
comparison
equal deleted inserted replaced
2494:78d4e25adf49 2495:e4332b7580bb
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="12"> 13 rev="13">
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
199 If the zone storage is exhausted, the server will return the 199 If the zone storage is exhausted, the server will return the
200 <link id="limit_conn_status">error</link> 200 <link id="limit_conn_status">error</link>
201 to all further requests. 201 to all further requests.
202 </para> 202 </para>
203 203
204 <para>
205 <note>
206 Additionally, as part of our
207 <commercial_version>commercial subscription</commercial_version>,
208 the
209 <link doc="ngx_http_api_module.xml" id="http_limit_conns_">status information</link>
210 for each such shared memory zone can be
211 <link doc="ngx_http_api_module.xml" id="getHttpLimitConnZone">obtained</link> or
212 <link doc="ngx_http_api_module.xml" id="deleteHttpLimitConnZoneStat">reset</link>
213 with the <link doc="ngx_http_api_module.xml">API</link> since 1.17.7.
214 </note>
215 </para>
216
204 </directive> 217 </directive>
205 218
206 219
207 <directive name="limit_zone"> 220 <directive name="limit_zone">
208 <syntax> 221 <syntax>