changeset 2465:07c4f2c66c97

Documented $limit_conn_status for http and stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 Nov 2019 17:55:03 +0300
parents 5d7fd7d9a2b6
children d4be176c6345
files xml/en/docs/http/ngx_http_limit_conn_module.xml xml/en/docs/stream/ngx_stream_limit_conn_module.xml xml/ru/docs/http/ngx_http_limit_conn_module.xml xml/ru/docs/stream/ngx_stream_limit_conn_module.xml
diffstat 4 files changed, 78 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_conn_module.xml	Tue Nov 19 17:54:10 2019 +0300
+++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml	Tue Nov 19 17:55:03 2019 +0300
@@ -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="11">
+        rev="12">
 
 <section id="summary">
 
@@ -228,4 +228,23 @@
 
 </section>
 
+
+<section id="variables" name="Embedded Variables">
+
+<para>
+<list type="tag">
+
+<tag-name id="var_limit_conn_status"><var>$limit_conn_status</var></tag-name>
+<tag-desc>
+keeps the result of limiting the number of connections (1.17.6):
+<literal>PASSED</literal>,
+<literal>REJECTED</literal>, or
+<literal>REJECTED_DRY_RUN</literal>
+</tag-desc>
+
+</list>
+</para>
+
+</section>
+
 </module>
--- a/xml/en/docs/stream/ngx_stream_limit_conn_module.xml	Tue Nov 19 17:54:10 2019 +0300
+++ b/xml/en/docs/stream/ngx_stream_limit_conn_module.xml	Tue Nov 19 17:55:03 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_stream_limit_conn_module"
         link="/en/docs/stream/ngx_stream_limit_conn_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -151,6 +151,24 @@
 
 </directive>
 
+</section>
+
+
+<section id="variables" name="Embedded Variables">
+
+<para>
+<list type="tag">
+
+<tag-name id="var_limit_conn_status"><var>$limit_conn_status</var></tag-name>
+<tag-desc>
+keeps the result of limiting the number of connections (1.17.6):
+<literal>PASSED</literal>,
+<literal>REJECTED</literal>, or
+<literal>REJECTED_DRY_RUN</literal>
+</tag-desc>
+
+</list>
+</para>
 
 </section>
 
--- a/xml/ru/docs/http/ngx_http_limit_conn_module.xml	Tue Nov 19 17:54:10 2019 +0300
+++ b/xml/ru/docs/http/ngx_http_limit_conn_module.xml	Tue Nov 19 17:55:03 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_limit_conn_module"
         link="/ru/docs/http/ngx_http_limit_conn_module.html"
         lang="ru"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -225,4 +225,23 @@
 
 </section>
 
+
+<section id="variables" name="Встроенные переменные">
+
+<para>
+<list type="tag">
+
+<tag-name id="var_limit_conn_status"><var>$limit_conn_status</var></tag-name>
+<tag-desc>
+хранит результат ограничения числа соединений (1.17.6):
+<literal>PASSED</literal>,
+<literal>REJECTED</literal> или
+<literal>REJECTED_DRY_RUN</literal>
+</tag-desc>
+
+</list>
+</para>
+
+</section>
+
 </module>
--- a/xml/ru/docs/stream/ngx_stream_limit_conn_module.xml	Tue Nov 19 17:54:10 2019 +0300
+++ b/xml/ru/docs/stream/ngx_stream_limit_conn_module.xml	Tue Nov 19 17:55:03 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_stream_limit_conn_module"
         link="/ru/docs/stream/ngx_stream_limit_conn_module.html"
         lang="ru"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -152,6 +152,24 @@
 
 </directive>
 
+</section>
+
+
+<section id="variables" name="Встроенные переменные">
+
+<para>
+<list type="tag">
+
+<tag-name id="var_limit_conn_status"><var>$limit_conn_status</var></tag-name>
+<tag-desc>
+хранит результат ограничения числа соединений (1.17.6):
+<literal>PASSED</literal>,
+<literal>REJECTED</literal> или
+<literal>REJECTED_DRY_RUN</literal>
+</tag-desc>
+
+</list>
+</para>
 
 </section>