comparison xml/en/docs/http/ngx_http_memcached_module.xml @ 675:08140f6b7964

Documented gunzip module and corresponding changes.
author Vladimir Homutov <vl@nginx.com>
date Wed, 12 Sep 2012 09:35:47 +0000
parents 764fbac1b8b4
children 934fd358c944
comparison
equal deleted inserted replaced
674:c48c0936b4df 675:08140f6b7964
72 <context>location</context> 72 <context>location</context>
73 73
74 <para> 74 <para>
75 Defines a timeout for establishing a connection with the memcached server. 75 Defines a timeout for establishing a connection with the memcached server.
76 It should be noted that this timeout cannot usually exceed 75 seconds. 76 It should be noted that this timeout cannot usually exceed 75 seconds.
77 </para>
78
79 </directive>
80
81
82 <directive name="memcached_gzip_flag">
83 <syntax><value>flag</value></syntax>
84 <default></default>
85 <context>http</context>
86 <context>server</context>
87 <context>location</context>
88 <appeared-in>1.3.6</appeared-in>
89
90 <para>
91 Enables the test for the <value>flag</value> presence in the memcached
92 server response and sets the request header field
93 “<literal>Content-Encoding</literal>” to “<literal>gzip</literal>”
94 if the flag is set.
77 </para> 95 </para>
78 96
79 </directive> 97 </directive>
80 98
81 99