comparison xml/ru/docs/http/ngx_http_fastcgi_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_fastcgi_module" 10 <module name="Модуль ngx_http_fastcgi_module"
11 link="/ru/docs/http/ngx_http_fastcgi_module.html" 11 link="/ru/docs/http/ngx_http_fastcgi_module.html"
12 lang="ru" 12 lang="ru"
13 rev="18"> 13 rev="19">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_fastcgi_module</literal> позволяет передавать 18 Модуль <literal>ngx_http_fastcgi_module</literal> позволяет передавать
577 </para> 577 </para>
578 578
579 </directive> 579 </directive>
580 580
581 581
582 <directive name="fastcgi_force_ranges">
583 <syntax><literal>on</literal> | <literal>off</literal></syntax>
584 <default>off</default>
585 <context>http</context>
586 <context>server</context>
587 <context>location</context>
588 <appeared-in>1.7.7</appeared-in>
589
590 <para>
591 Включает поддержку диапазонов запрашиваемых байт (byte-range)
592 для кэшированных и некэшированных ответов FastCGI-сервера
593 вне зависимости от наличия поля <header>Accept-Ranges</header>
594 в заголовках этих ответов.
595 </para>
596
597 </directive>
598
599
582 <directive name="fastcgi_hide_header"> 600 <directive name="fastcgi_hide_header">
583 <syntax><value>поле</value></syntax> 601 <syntax><value>поле</value></syntax>
584 <default/> 602 <default/>
585 <context>http</context> 603 <context>http</context>
586 <context>server</context> 604 <context>server</context>