comparison xml/en/docs/http/ngx_http_limit_req_module.xml @ 509:0e55c9a48da9

Trimmed space at EOL.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Apr 2012 11:14:21 +0000
parents bef9e1a2e3c8
children d477ae38c0bd
comparison
equal deleted inserted replaced
508:5e332fafd228 509:0e55c9a48da9
120 120
121 <para> 121 <para>
122 Sets the parameters for a zone that keeps states for various keys. 122 Sets the parameters for a zone that keeps states for various keys.
123 This state stores the current number of requests in particular. 123 This state stores the current number of requests in particular.
124 The key is any non-empty value of the specified variable 124 The key is any non-empty value of the specified variable
125 (empty values are not accounted). 125 (empty values are not accounted).
126 Example usage: 126 Example usage:
127 <example> 127 <example>
128 limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s; 128 limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
129 </example> 129 </example>
130 </para> 130 </para>