comparison xml/en/docs/http/ngx_http_memcached_module.xml @ 2861:53734009b0c3

Removed documentation for nonexistent memcached_force_ranges.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 20 Jun 2022 22:10:56 +0400
parents d765ffffd08c
children
comparison
equal deleted inserted replaced
2860:40d40af45ac8 2861:53734009b0c3
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="17"> 13 rev="18">
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
119 </para> 119 </para>
120 120
121 </directive> 121 </directive>
122 122
123 123
124 <directive name="memcached_force_ranges">
125 <syntax><literal>on</literal> | <literal>off</literal></syntax>
126 <default>off</default>
127 <context>http</context>
128 <context>server</context>
129 <context>location</context>
130 <appeared-in>1.7.7</appeared-in>
131
132 <para>
133 Enables byte-range support
134 for both cached and uncached responses from the memcached server
135 regardless of the <header>Accept-Ranges</header> field in these responses.
136 </para>
137
138 </directive>
139
140
141 <directive name="memcached_gzip_flag"> 124 <directive name="memcached_gzip_flag">
142 <syntax><value>flag</value></syntax> 125 <syntax><value>flag</value></syntax>
143 <default></default> 126 <default></default>
144 <context>http</context> 127 <context>http</context>
145 <context>server</context> 128 <context>server</context>