comparison xml/ru/docs/http/ngx_http_limit_conn_module.xml @ 365:b082f02cb7a3

Style fixed.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Jan 2012 10:43:36 +0000
parents a4fa80755eab
children f4033b9bc4ec
comparison
equal deleted inserted replaced
364:bb51d3e17dd0 365:b082f02cb7a3
20 </para> 20 </para>
21 21
22 </section> 22 </section>
23 23
24 24
25 <section name="Пример конфигурации" id="example"> 25 <section id="example" name="Пример конфигурации">
26 26
27 <para> 27 <para>
28 <example> 28 <example>
29 http { 29 http {
30 limit_conn_zone $binary_remote_addr zone=addr:10m; 30 limit_conn_zone $binary_remote_addr zone=addr:10m;
42 </para> 42 </para>
43 43
44 </section> 44 </section>
45 45
46 46
47 <section name="Директивы" id="directives"> 47 <section id="directives" name="Директивы">
48 48
49 <directive name="limit_conn"> 49 <directive name="limit_conn">
50 <syntax><value>зона</value> <value>число</value></syntax> 50 <syntax><value>зона</value> <value>число</value></syntax>
51 <default/> 51 <default/>
52 <context>http</context> 52 <context>http</context>
152 <http-status code="503" text="Service Temporarily Unavailable"/>. 152 <http-status code="503" text="Service Temporarily Unavailable"/>.
153 </para> 153 </para>
154 154
155 </directive> 155 </directive>
156 156
157
157 <directive name="limit_zone"> 158 <directive name="limit_zone">
158 <syntax> 159 <syntax>
159 <value>название</value> 160 <value>название</value>
160 <value>$переменная</value> 161 <value>$переменная</value>
161 <value>размер</value></syntax> 162 <value>размер</value></syntax>