diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_memcached_module.xml	Mon Oct 13 17:32:03 2014 +0400
+++ b/xml/en/docs/http/ngx_http_memcached_module.xml	Mon Oct 06 14:48:46 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_memcached_module"
         link="/en/docs/http/ngx_http_memcached_module.html"
         lang="en"
-        rev="9">
+        rev="10">
 
 <section id="summary">
 
@@ -100,6 +100,23 @@
 </directive>
 
 
+<directive name="memcached_force_ranges">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.7.7</appeared-in>
+
+<para>
+Enables byte-range support
+for both cached and uncached responses from the memcached server
+regardless of the <header>Accept-Ranges</header> field in these responses.
+</para>
+
+</directive>
+
+
 <directive name="memcached_gzip_flag">
 <syntax><value>flag</value></syntax>
 <default></default>