# HG changeset patch # User Yaroslav Zhuravlev # Date 1573822363 -10800 # Node ID 63a2a3dc3d6344a82850816e959c6055fe6124f8 # Parent a1408fb919e3be52e3ab9d8b7a45c65bbf1769db Documented the $limit_req_status variable. diff -r a1408fb919e3 -r 63a2a3dc3d63 xml/en/docs/http/ngx_http_limit_req_module.xml --- a/xml/en/docs/http/ngx_http_limit_req_module.xml Thu Nov 14 21:40:29 2019 +0300 +++ b/xml/en/docs/http/ngx_http_limit_req_module.xml Fri Nov 15 15:52:43 2019 +0300 @@ -10,7 +10,7 @@ + rev="13">
@@ -253,4 +253,25 @@
+ +
+ + + + +$limit_req_status + +keeps the result of limiting the request processing rate (1.17.6): +PASSED, +DELAYED, +REJECTED, +DELAYED_DRY_RUN, or +REJECTED_DRY_RUN + + + + + +
+
diff -r a1408fb919e3 -r 63a2a3dc3d63 xml/ru/docs/http/ngx_http_limit_req_module.xml --- a/xml/ru/docs/http/ngx_http_limit_req_module.xml Thu Nov 14 21:40:29 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_limit_req_module.xml Fri Nov 15 15:52:43 2019 +0300 @@ -10,7 +10,7 @@ + rev="13">
@@ -251,4 +251,25 @@
+ +
+ + + + +$limit_req_status + +хранит результат ограничения скорости поступления запросов (1.17.6): +PASSED, +DELAYED, +REJECTED, +DELAYED_DRY_RUN или +REJECTED_DRY_RUN + + + + + +
+