comparison xml/en/docs/http/ngx_http_proxy_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 0c4b43e26cea
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_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="52"> 13 rev="53">
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
305 the request will be passed to the proxied server, 305 the request will be passed to the proxied server,
306 however, the response will not be cached. 306 however, the response will not be cached.
307 <note> 307 <note>
308 Before 1.7.8, the response could be cached. 308 Before 1.7.8, the response could be cached.
309 </note> 309 </note>
310 </para>
311
312 </directive>
313
314
315 <directive name="proxy_cache_max_range_offset">
316 <syntax><value>number</value></syntax>
317 <default/>
318 <context>http</context>
319 <context>server</context>
320 <context>location</context>
321 <appeared-in>1.11.6</appeared-in>
322
323 <para>
324 Sets an offset in bytes for byte-range requests.
325 If the range is beyond the offset,
326 the range request will be passed to the proxied server
327 and the response will not be cached.
310 </para> 328 </para>
311 329
312 </directive> 330 </directive>
313 331
314 332