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
  • References/Server/Nginx/Modules reference/ngx_http_slice_module

Syntax: slice size; Default: slice 0;

2025-01-10 15:47:30