comparison xml/en/docs/http/ngx_http_memcached_module.xml @ 1337:91a064bdb4f9

Documented the "proxy_force_ranges" directive and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 06 Oct 2014 14:48:46 +0400
parents f5cc9f2aef9a
children c4c1dddfedac
comparison
equal deleted inserted replaced
1336:2096ecf6de02 1337:91a064bdb4f9
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="9"> 13 rev="10">
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
93 <context>location</context> 93 <context>location</context>
94 94
95 <para> 95 <para>
96 Defines a timeout for establishing a connection with a memcached server. 96 Defines a timeout for establishing a connection with a memcached server.
97 It should be noted that this timeout cannot usually exceed 75 seconds. 97 It should be noted that this timeout cannot usually exceed 75 seconds.
98 </para>
99
100 </directive>
101
102
103 <directive name="memcached_force_ranges">
104 <syntax><literal>on</literal> | <literal>off</literal></syntax>
105 <default>off</default>
106 <context>http</context>
107 <context>server</context>
108 <context>location</context>
109 <appeared-in>1.7.7</appeared-in>
110
111 <para>
112 Enables byte-range support
113 for both cached and uncached responses from the memcached server
114 regardless of the <header>Accept-Ranges</header> field in these responses.
98 </para> 115 </para>
99 116
100 </directive> 117 </directive>
101 118
102 119