# HG changeset patch # User Yaroslav Zhuravlev # Date 1561446151 -10800 # Node ID f86b5961e9b8558608e8cc3ed60ebc372198852c # Parent 3e0407ec741e66fac517c440872349d085635168 Documented the limit_req_dry_run directive. diff -r 3e0407ec741e -r f86b5961e9b8 xml/en/docs/http/ngx_http_limit_req_module.xml --- a/xml/en/docs/http/ngx_http_limit_req_module.xml Wed Jun 19 15:40:27 2019 +0300 +++ b/xml/en/docs/http/ngx_http_limit_req_module.xml Tue Jun 25 10:02:31 2019 +0300 @@ -10,7 +10,7 @@ + rev="11">
@@ -126,6 +126,24 @@ + +on | off +on +http +server +location +1.17.1 + + +Enables the dry run mode. +In this mode, requests processing rate is not limited, however, +in the shared memory zone, the number of excessive requests is accounted +as usual. + + + + + info | diff -r 3e0407ec741e -r f86b5961e9b8 xml/ru/docs/http/ngx_http_limit_req_module.xml --- a/xml/ru/docs/http/ngx_http_limit_req_module.xml Wed Jun 19 15:40:27 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_limit_req_module.xml Tue Jun 25 10:02:31 2019 +0300 @@ -10,7 +10,7 @@ + rev="11">
@@ -125,6 +125,24 @@ + +on | off +on +http +server +location +1.17.1 + + +Включает режим пробного запуска. +В данном режиме скорость обработки запросов не ограничивается, однако +в зоне разделяемой памяти текущее число избыточных запросов учитывается +как обычно. + + + + + info |