diff xml/en/docs/http/ngx_http_limit_req_module.xml @ 575:ebcb351d9eb3

Consistently using the term "shared memory zone".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 09 Jul 2012 07:40:53 +0000
parents d477ae38c0bd
children be54c443235a
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_req_module.xml	Mon Jul 09 07:00:40 2012 +0000
+++ b/xml/en/docs/http/ngx_http_limit_req_module.xml	Mon Jul 09 07:40:53 2012 +0000
@@ -54,7 +54,8 @@
 <context>location</context>
 
 <para>
-Sets a zone and the maximum allowed burst of requests.
+Sets a shared memory zone
+and the maximum allowed burst of requests.
 If the rate of requests exceeds the rate configured for a zone,
 request processing is delayed such as that they are processed
 at a defined rate.
@@ -121,7 +122,8 @@
 <context>http</context>
 
 <para>
-Sets the parameters for a zone that keeps states for various keys.
+Sets parameters of a shared memory zone
+that keeps states for various keys.
 The state stores the current number of excessive requests in particular.
 The key is any non-empty value of the specified variable
 (empty values are not accounted).