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.

slice

Syntax: slice size; Default: slice 0;

2017-02-09 07:09:14