# HG changeset patch # User Ruslan Ermilov # Date 1323955616 0 # Node ID b4afc16d10717083b9da8190d46112f2766c7082 # Parent b5a290f9d41ccec80cc38266624b175b85dc36af Added missing markup bits. diff --git a/xml/en/docs/http/ngx_http_limit_req_module.xml b/xml/en/docs/http/ngx_http_limit_req_module.xml --- a/xml/en/docs/http/ngx_http_limit_req_module.xml +++ b/xml/en/docs/http/ngx_http_limit_req_module.xml @@ -9,7 +9,8 @@
-The module ngx_http_limit_req_module (0.7.21) allow to limit the number +The ngx_http_limit_req_module module (0.7.21) allows +to limit the number of requests per defined key, in particular, the number of requests from a single IP address. The limitation is done using the “leaky bucket” method. diff --git a/xml/ru/docs/http/ngx_http_limit_req_module.xml b/xml/ru/docs/http/ngx_http_limit_req_module.xml --- a/xml/ru/docs/http/ngx_http_limit_req_module.xml +++ b/xml/ru/docs/http/ngx_http_limit_req_module.xml @@ -9,7 +9,8 @@
-Модуль ngx_http_limit_req_module (0.7.21) позволяет ограничить число запросов +Модуль ngx_http_limit_req_module (0.7.21) позволяет +ограничить число запросов по заданному ключу или, как частный случай, число запросов с одного IP-адреса. Ограничение делается с помощью метода “leaky bucket”.