# HG changeset patch # User Ruslan Ermilov # Date 1321342483 0 # Node ID 9e7d0c9c7eaa40a64b2aec7092f2ad5426cfe8e6 # Parent 8cc01e2179a9714e2b9b0591aa73482992acaa4f Mentioned the compatible "limit_conn_zone" directive syntax for the older "limit_zone" directive. diff -r 8cc01e2179a9 -r 9e7d0c9c7eaa xml/en/docs/http/ngx_http_limit_conn_module.xml --- a/xml/en/docs/http/ngx_http_limit_conn_module.xml Mon Nov 14 18:09:03 2011 +0000 +++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml Tue Nov 15 07:34:43 2011 +0000 @@ -149,7 +149,13 @@ This directive is made obsolete in version 1.1.8, -the directive should be used instead. +an equivalent directive +with a changed syntax should be used instead: + +limit_conn_zone +$variable +zone=name:size; + diff -r 8cc01e2179a9 -r 9e7d0c9c7eaa xml/ru/docs/http/ngx_http_limit_conn_module.xml --- a/xml/ru/docs/http/ngx_http_limit_conn_module.xml Mon Nov 14 18:09:03 2011 +0000 +++ b/xml/ru/docs/http/ngx_http_limit_conn_module.xml Tue Nov 15 07:34:43 2011 +0000 @@ -148,7 +148,13 @@ Эта директива устарела в версии 1.1.8, вместо неё следует -использовать директиву . +использовать аналогичную директиву +с изменённым синтаксисом: + +limit_conn_zone +$переменная +zone=название:размер; +