comparison xml/en/docs/http/ngx_http_limit_req_module.xml @ 243:b4afc16d1071

Added missing markup bits.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Dec 2011 13:26:56 +0000
parents bfe3eff81d04
children 945d7299c26c
comparison
equal deleted inserted replaced
242:b5a290f9d41c 243:b4afc16d1071
7 lang="en"> 7 lang="en">
8 8
9 <section id="summary"> 9 <section id="summary">
10 10
11 <para> 11 <para>
12 The module ngx_http_limit_req_module (0.7.21) allow to limit the number 12 The <code>ngx_http_limit_req_module</code> module (0.7.21) allows
13 to limit the number
13 of requests per defined key, in particular, the number of requests 14 of requests per defined key, in particular, the number of requests
14 from a single IP address. 15 from a single IP address.
15 The limitation is done using the “leaky bucket” method. 16 The limitation is done using the “leaky bucket” method.
16 </para> 17 </para>
17 18