diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_conn_module.xml	Wed Jan 29 19:21:26 2020 +0000
+++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml	Thu Jan 30 17:56:50 2020 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_limit_conn_module"
         link="/en/docs/http/ngx_http_limit_conn_module.html"
         lang="en"
-        rev="12">
+        rev="13">
 
 <section id="summary">
 
@@ -201,6 +201,19 @@
 to all further requests.
 </para>
 
+<para>
+<note>
+Additionally, as part of our
+<commercial_version>commercial subscription</commercial_version>,
+the
+<link doc="ngx_http_api_module.xml" id="http_limit_conns_">status information</link>
+for each such shared memory zone can be
+<link doc="ngx_http_api_module.xml" id="getHttpLimitConnZone">obtained</link> or
+<link doc="ngx_http_api_module.xml" id="deleteHttpLimitConnZoneStat">reset</link>
+with the <link doc="ngx_http_api_module.xml">API</link> since 1.17.7.
+</note>
+</para>
+
 </directive>