diff xml/ru/docs/http/ngx_http_fastcgi_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_fastcgi_module.xml	Wed Nov 09 09:40:24 2016 +0000
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Thu Nov 03 22:01:24 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="38">
+        rev="39">
 
 <section id="summary">
 
@@ -296,6 +296,25 @@
 </directive>
 
 
+<directive name="fastcgi_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-запрос будет передан на FastCGI-сервер
+и ответ не будет закэширован.
+</para>
+
+</directive>
+
+
 <directive name="fastcgi_cache_methods">
 <syntax>
     <literal>GET</literal> |