comparison xml/ru/docs/http/ngx_http_referer_module.xml @ 1157:a8a643647c76

Added descriptions for $invalid_referer and $memcached_key.
author Vladimir Homutov <vl@nginx.com>
date Wed, 16 Apr 2014 17:07:37 +0400
parents 77a3314c74a7
children
comparison
equal deleted inserted replaced
1156:8e8a6a7cff2b 1157:a8a643647c76
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_referer_module" 10 <module name="Модуль ngx_http_referer_module"
11 link="/ru/docs/http/ngx_http_referer_module.html" 11 link="/ru/docs/http/ngx_http_referer_module.html"
12 lang="ru" 12 lang="ru"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_referer_module</literal> позволяет блокировать доступ 18 Модуль <literal>ngx_http_referer_module</literal> позволяет блокировать доступ
153 153
154 </directive> 154 </directive>
155 155
156 </section> 156 </section>
157 157
158
159 <section id="variables" name="Встроенные переменные">
160
161 <para>
162 <list type="tag">
163
164 <tag-name id="var_invalid_referer"><var>$invalid_referer</var></tag-name>
165 <tag-desc>
166 Пустая строка, если значение поля <header>Referer</header> заголовка запроса
167 считается
168 <link id="valid_referers">правильным</link>, иначе “<literal>1</literal>”.
169 </tag-desc>
170
171 </list>
172 </para>
173
174 </section>
175
158 </module> 176 </module>