How to enable nginx to support http range download function
Just add this line to the configuration file.
add_header Accept-Ranges bytes;
Just add this line to the configuration file.