comparison xml/en/docs/http/ngx_http_limit_req_module.xml @ 1144:ac131944d349

Changed infinitive to gerund after "allow".
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Apr 2014 17:14:21 +0400
parents 95c3c3bbf1ce
children f15a983cac66
comparison
equal deleted inserted replaced
1143:b93422ca9fe7 1144:ac131944d349
162 162
163 <para> 163 <para>
164 A client IP address serves as a key. 164 A client IP address serves as a key.
165 Note that instead of <var>$remote_addr</var>, the 165 Note that instead of <var>$remote_addr</var>, the
166 <var>$binary_remote_addr</var> variable is used here, 166 <var>$binary_remote_addr</var> variable is used here,
167 that allows to decrease the state size down to 64 bytes. 167 that allows decreasing the state size down to 64 bytes.
168 One megabyte zone can keep about 16 thousand 64-byte states. 168 One megabyte zone can keep about 16 thousand 64-byte states.
169 If the zone storage is exhausted, the server will return the 169 If the zone storage is exhausted, the server will return the
170 <http-status code="503" text="Service Temporarily Unavailable"/> 170 <http-status code="503" text="Service Temporarily Unavailable"/>
171 error to all further requests. 171 error to all further requests.
172 </para> 172 </para>