comparison xml/en/docs/http/ngx_http_limit_conn_module.xml @ 3043:9eadb98ec770

Free nginx: removed commercial version documentation.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:49 +0300
parents a85e4d126bc7
children
comparison
equal deleted inserted replaced
3042:19e4897acb84 3043:9eadb98ec770
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="14"> 13 rev="15">
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
217 </directive> 204 </directive>
218 205
219 206
220 <directive name="limit_zone"> 207 <directive name="limit_zone">
221 <syntax> 208 <syntax>