comparison xml/ru/docs/http/ngx_http_limit_zone_module.xml @ 102:c76a257f3fd4

The directive name is now automatically printed in <default> and <syntax>. Specifying <default> is made non-optional. Visible changes: - "types" and "proxy_set_header" get proper defaults (not yet displayed nicely); - "fastcgi_hide_header", "fastcgi_ignore_headers", "fastcgi_pass_header", "proxy_hide_header", "proxy_ignore_headers", and "proxy_pass_header" now have their (empty) defaults documented; - mentions of "fastcgi_redirect_errors" and "proxy_redirect_errors" which are long unsupported were removed.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 05:15:24 +0000
parents 1d315ef37215
children 40eec261c2a6
comparison
equal deleted inserted replaced
101:b8fd014ec712 102:c76a257f3fd4
39 39
40 40
41 <section name="Директивы" id="directives"> 41 <section name="Директивы" id="directives">
42 42
43 <directive name="limit_zone"> 43 <directive name="limit_zone">
44 <syntax>limit_zone <value>название $переменная размер</value></syntax> 44 <syntax><value>название $переменная размер</value></syntax>
45 <default/> 45 <default/>
46 <context>http</context> 46 <context>http</context>
47 47
48 <para> 48 <para>
49 Директива описывает зону, в которой хранятся состояния сессий. 49 Директива описывает зону, в которой хранятся состояния сессий.
68 68
69 </directive> 69 </directive>
70 70
71 71
72 <directive name="limit_conn"> 72 <directive name="limit_conn">
73 <syntax>limit_conn <value>зона число</value></syntax> 73 <syntax><value>зона число</value></syntax>
74 <default/> 74 <default/>
75 <context>http, server, location</context> 75 <context>http, server, location</context>
76 76
77 <para> 77 <para>
78 Директива задаёт максимальное число одновременных соединений для одной сессии. 78 Директива задаёт максимальное число одновременных соединений для одной сессии.
92 92
93 </directive> 93 </directive>
94 94
95 95
96 <directive name="limit_conn_log_level"> 96 <directive name="limit_conn_log_level">
97 <syntax>limit_conn_log_level <value>[info|notice|warn|error]</value></syntax> 97 <syntax><value>[info|notice|warn|error]</value></syntax>
98 <default>limit_conn_log_level error</default> 98 <default>error</default>
99 <context>http, server, location</context> 99 <context>http, server, location</context>
100 100
101 <para> 101 <para>
102 Директива (0.8.18) задаёт уровень логирования случаев ограничения 102 Директива (0.8.18) задаёт уровень логирования случаев ограничения
103 числа соединений. 103 числа соединений.