diff xml/ru/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/ru/docs/http/ngx_http_memcached_module.xml	Mon Oct 13 17:32:03 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_memcached_module.xml	Mon Oct 06 14:48:46 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_memcached_module"
         link="/ru/docs/http/ngx_http_memcached_module.html"
         lang="ru"
-        rev="9">
+        rev="10">
 
 <section id="summary">
 
@@ -100,6 +100,24 @@
 </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>
+Включает поддержку диапазонов запрашиваемых байт (byte-range)
+для кэшированных и некэшированных ответов сервера memcached
+вне зависимости от наличия поля <header>Accept-Ranges</header>
+в заголовках этих ответов.
+</para>
+
+</directive>
+
+
 <directive name="memcached_gzip_flag">
 <syntax><value>флаг</value></syntax>
 <default></default>