comparison xml/ru/docs/http/ngx_http_memcached_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 95c3c3bbf1ce
children 57fc39924d42
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_memcached_module" 10 <module name="Модуль ngx_http_memcached_module"
11 link="/ru/docs/http/ngx_http_memcached_module.html" 11 link="/ru/docs/http/ngx_http_memcached_module.html"
12 lang="ru" 12 lang="ru"
13 rev="6"> 13 rev="7">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_memcached_module</literal> позволяет получать 18 Модуль <literal>ngx_http_memcached_module</literal> позволяет получать
237 237
238 </directive> 238 </directive>
239 239
240 </section> 240 </section>
241 241
242
243 <section id="variables" name="Встроенные переменные">
244
245 <para>
246 <list type="tag">
247
248 <tag-name id="var_memcached_key"><var>$memcached_key</var></tag-name>
249 <tag-desc>
250 Задаёт ключ для получения ответа из сервера memcached.
251 </tag-desc>
252
253 </list>
254 </para>
255
256 </section>
257
242 </module> 258 </module>