]> git.kaiwu.me - nginx.git/commit
Cache: proxy_cache_max_range_offset and friends.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 2 Nov 2016 17:05:21 +0000 (20:05 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 2 Nov 2016 17:05:21 +0000 (20:05 +0300)
commit6d9023f7b435e41a72b7729fc0a7afdd5fa59c5a
tree5876cf6355c4282f3bfdec60e01076f6b1623784
parent6917d29d409b187d440d8e5012a1353398e3a365
Cache: proxy_cache_max_range_offset and friends.

It configures a threshold in bytes, above which client range
requests are not cached.  In such a case the client's Range
header is passed directly to a proxied server.
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h