comparison 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
comparison
equal deleted inserted replaced
1336:2096ecf6de02 1337:91a064bdb4f9
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_uwsgi_module" 10 <module name="Модуль ngx_http_uwsgi_module"
11 link="/ru/docs/http/ngx_http_uwsgi_module.html" 11 link="/ru/docs/http/ngx_http_uwsgi_module.html"
12 lang="ru" 12 lang="ru"
13 rev="7"> 13 rev="8">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_uwsgi_module</literal> позволяет передавать 18 Модуль <literal>ngx_http_uwsgi_module</literal> позволяет передавать
542 </para> 542 </para>
543 543
544 </directive> 544 </directive>
545 545
546 546
547 <directive name="uwsgi_force_ranges">
548 <syntax><literal>on</literal> | <literal>off</literal></syntax>
549 <default>off</default>
550 <context>http</context>
551 <context>server</context>
552 <context>location</context>
553 <appeared-in>1.7.7</appeared-in>
554
555 <para>
556 Включает поддержку диапазонов запрашиваемых байт (byte-range)
557 для кэшированных и некэшированных ответов uwsgi-сервера
558 вне зависимости от наличия поля <header>Accept-Ranges</header>
559 в заголовках этих ответов.
560 </para>
561
562 </directive>
563
564
547 <directive name="uwsgi_hide_header"> 565 <directive name="uwsgi_hide_header">
548 <syntax><value>поле</value></syntax> 566 <syntax><value>поле</value></syntax>
549 <default/> 567 <default/>
550 <context>http</context> 568 <context>http</context>
551 <context>server</context> 569 <context>server</context>