Module ngx_http_slice_module
The ngx_http_slice_module
module (1.9.8) is a filter that splits a request into subrequests, each returning a certain range of response. The filter provides more effective caching of big responses.
This module is not built by default, it should be enabled with the --with-http_slice_module
configuration parameter.