comparison xml/en/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 4c2324a7eeea
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="Module ngx_http_memcached_module" 10 <module name="Module ngx_http_memcached_module"
11 link="/en/docs/http/ngx_http_memcached_module.html" 11 link="/en/docs/http/ngx_http_memcached_module.html"
12 lang="en" 12 lang="en"
13 rev="6"> 13 rev="7">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_memcached_module</literal> module is used to obtain 18 The <literal>ngx_http_memcached_module</literal> module is used to obtain
239 239
240 </directive> 240 </directive>
241 241
242 </section> 242 </section>
243 243
244
245 <section id="variables" name="Embedded Variables">
246
247 <para>
248 <list type="tag">
249
250 <tag-name id="var_memcached_key"><var>$memcached_key</var></tag-name>
251 <tag-desc>
252 Defines a key for obtaining response from a memcached server.
253 </tag-desc>
254
255 </list>
256 </para>
257
258 </section>
259
244 </module> 260 </module>