comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 1838:0d6ac4838921

Documented proxy_cache_max_range_offset and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 03 Nov 2016 22:01:24 +0300
parents 35ec213c16cf
children 6839c258c473
comparison
equal deleted inserted replaced
1837:18949021c145 1838:0d6ac4838921
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="38"> 13 rev="39">
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
289 the request will be passed to the FastCGI server, 289 the request will be passed to the FastCGI server,
290 however, the response will not be cached. 290 however, the response will not be cached.
291 <note> 291 <note>
292 Before 1.7.8, the response could be cached. 292 Before 1.7.8, the response could be cached.
293 </note> 293 </note>
294 </para>
295
296 </directive>
297
298
299 <directive name="fastcgi_cache_max_range_offset">
300 <syntax><value>number</value></syntax>
301 <default/>
302 <context>http</context>
303 <context>server</context>
304 <context>location</context>
305 <appeared-in>1.11.6</appeared-in>
306
307 <para>
308 Sets an offset in bytes for byte-range requests.
309 If the range is beyond the offset,
310 the range request will be passed to the FastCGI server
311 and the response will not be cached.
294 </para> 312 </para>
295 313
296 </directive> 314 </directive>
297 315
298 316