comparison xml/en/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="Module ngx_http_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="7"> 13 rev="8">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
543 </para> 543 </para>
544 544
545 </directive> 545 </directive>
546 546
547 547
548 <directive name="uwsgi_force_ranges">
549 <syntax><literal>on</literal> | <literal>off</literal></syntax>
550 <default>off</default>
551 <context>http</context>
552 <context>server</context>
553 <context>location</context>
554 <appeared-in>1.7.7</appeared-in>
555
556 <para>
557 Enables byte-range support
558 for both cached and uncached responses from the uwsgi server
559 regardless of the <header>Accept-Ranges</header> field in these responses.
560 </para>
561
562 </directive>
563
564
548 <directive name="uwsgi_hide_header"> 565 <directive name="uwsgi_hide_header">
549 <syntax><value>field</value></syntax> 566 <syntax><value>field</value></syntax>
550 <default/> 567 <default/>
551 <context>http</context> 568 <context>http</context>
552 <context>server</context> 569 <context>server</context>