comparison xml/en/docs/http/ngx_http_proxy_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 c459ca97c14d
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="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="25"> 13 rev="26">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
689 </para> 689 </para>
690 690
691 </directive> 691 </directive>
692 692
693 693
694 <directive name="proxy_force_ranges">
695 <syntax><literal>on</literal> | <literal>off</literal></syntax>
696 <default>off</default>
697 <context>http</context>
698 <context>server</context>
699 <context>location</context>
700 <appeared-in>1.7.7</appeared-in>
701
702 <para>
703 Enables byte-range support
704 for both cached and uncached responses from the proxied server
705 regardless of the <header>Accept-Ranges</header> field in these responses.
706 </para>
707
708 </directive>
709
710
694 <directive name="proxy_headers_hash_bucket_size"> 711 <directive name="proxy_headers_hash_bucket_size">
695 <syntax><value>size</value></syntax> 712 <syntax><value>size</value></syntax>
696 <default>64</default> 713 <default>64</default>
697 <context>http</context> 714 <context>http</context>
698 <context>server</context> 715 <context>server</context>