NGINX tries to slice the response body when one of the following conditions is met and the request specifies a Range header.
- NGINX is serving static files directly.
- NGINX cache is enabled.
proxy_force_rangesis set toon.
This behavior is controlled by allow_ranges in struct ngx_http_request_s.