diff xml/en/docs/http/ngx_http_limit_req_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 63a2a3dc3d63
children 804bcc58f120
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_req_module.xml
+++ b/xml/en/docs/http/ngx_http_limit_req_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_limit_req_module"
         link="/en/docs/http/ngx_http_limit_req_module.html"
         lang="en"
-        rev="13">
+        rev="14">
 
 <section id="summary">
 
@@ -249,6 +249,19 @@ The <literal>sync</literal> parameter is
 </note>
 </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_reqs_">status information</link>
+for each such shared memory zone can be
+<link doc="ngx_http_api_module.xml" id="getHttpLimitReqZone">obtained</link> or
+<link doc="ngx_http_api_module.xml" id="deleteHttpLimitReqZoneStat">reset</link>
+with the <link doc="ngx_http_api_module.xml">API</link> since 1.17.7.
+</note>
+</para>
+
 </directive>
 
 </section>