changeset 227:8fead61b7b03

Fixed a fallout from r180: "limit_zone" syntax was incorrect. Submitted by: vbart
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 Dec 2011 09:02:32 +0000
parents c4b33b07dcfe
children 07fb825cf079
files xml/en/docs/http/ngx_http_limit_conn_module.xml xml/ru/docs/http/ngx_http_limit_conn_module.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_conn_module.xml	Tue Dec 06 17:19:19 2011 +0000
+++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml	Thu Dec 08 09:02:32 2011 +0000
@@ -157,7 +157,7 @@
 </directive>
 
 <directive name="limit_zone">
-<syntax><argument>$variable name size</argument></syntax>
+<syntax><argument>name $variable size</argument></syntax>
 <default/>
 <context>http</context>
 
--- a/xml/ru/docs/http/ngx_http_limit_conn_module.xml	Tue Dec 06 17:19:19 2011 +0000
+++ b/xml/ru/docs/http/ngx_http_limit_conn_module.xml	Thu Dec 08 09:02:32 2011 +0000
@@ -156,7 +156,7 @@
 </directive>
 
 <directive name="limit_zone">
-<syntax><argument>$переменная название размер</argument></syntax>
+<syntax><argument>название $переменная размер</argument></syntax>
 <default/>
 <context>http</context>