diff xml/ru/docs/http/ngx_http_uwsgi_module.xml @ 1838:0d6ac4838921

Documented proxy_cache_max_range_offset and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 03 Nov 2016 22:01:24 +0300
parents bc6341aaa832
children 6839c258c473
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="30">
+        rev="31">
 
 <section id="summary">
 
@@ -287,6 +287,25 @@ uwsgi_cache_key localhost:9000$request_u
 </directive>
 
 
+<directive name="uwsgi_cache_max_range_offset">
+<syntax><value>число</value></syntax>
+<default/>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.11.6</appeared-in>
+
+<para>
+Задаёт смещение в байтах для запросов с указанием диапазона запрашиваемых байт
+(byte-range requests).
+Если диапазон находится за указанным смещением,
+range-запрос будет передан на uwsgi-сервер
+и ответ не будет закэширован.
+</para>
+
+</directive>
+
+
 <directive name="uwsgi_cache_methods">
 <syntax>
     <literal>GET</literal> |