comparison xml/en/docs/http/ngx_http_scgi_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_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="27"> 13 rev="28">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
281 the request will be passed to the SCGI server, 281 the request will be passed to the SCGI server,
282 however, the response will not be cached. 282 however, the response will not be cached.
283 <note> 283 <note>
284 Before 1.7.8, the response could be cached. 284 Before 1.7.8, the response could be cached.
285 </note> 285 </note>
286 </para>
287
288 </directive>
289
290
291 <directive name="scgi_cache_max_range_offset">
292 <syntax><value>number</value></syntax>
293 <default/>
294 <context>http</context>
295 <context>server</context>
296 <context>location</context>
297 <appeared-in>1.11.6</appeared-in>
298
299 <para>
300 Sets an offset in bytes for byte-range requests.
301 If the range is beyond the offset,
302 the range request will be passed to the SCGI server
303 and the response will not be cached.
286 </para> 304 </para>
287 305
288 </directive> 306 </directive>
289 307
290 308