diff xml/ru/docs/http/ngx_http_uwsgi_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 758fc0b02651
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="7">
+        rev="8">
 
 <section id="summary">
 
@@ -544,6 +544,24 @@ uwsgi_cache_valid any      1m;
 </directive>
 
 
+<directive name="uwsgi_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)
+для кэшированных и некэшированных ответов uwsgi-сервера
+вне зависимости от наличия поля <header>Accept-Ranges</header>
+в заголовках этих ответов.
+</para>
+
+</directive>
+
+
 <directive name="uwsgi_hide_header">
 <syntax><value>поле</value></syntax>
 <default/>