Nginx: ngx_http_slice_module

Module ngx_http_slice_module (nginx.org)

 

 

 

 

 

 

 

 

 

proxy_cache introspect;
slice 1m;  # 每次向upstream请求1m
proxy_cache_key $uri$is_args$args$slice_range;
proxy_set_header Range $slice_range;

 

posted @ 2022-05-21 17:13  ascertain  阅读(108)  评论(0编辑  收藏  举报