comparison xml/en/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 c63717ebc5bc
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="Module ngx_http_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="18"> 13 rev="19">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
578 </para> 578 </para>
579 579
580 </directive> 580 </directive>
581 581
582 582
583 <directive name="fascgi_force_ranges">
584 <syntax><literal>on</literal> | <literal>off</literal></syntax>
585 <default>off</default>
586 <context>http</context>
587 <context>server</context>
588 <context>location</context>
589 <appeared-in>1.7.7</appeared-in>
590
591 <para>
592 Enables byte-range support
593 for both cached and uncached responses from the FastCGI server
594 regardless of the <header>Accept-Ranges</header> field in these responses.
595 </para>
596
597 </directive>
598
599
583 <directive name="fastcgi_hide_header"> 600 <directive name="fastcgi_hide_header">
584 <syntax><value>field</value></syntax> 601 <syntax><value>field</value></syntax>
585 <default/> 602 <default/>
586 <context>http</context> 603 <context>http</context>
587 <context>server</context> 604 <context>server</context>