Sendfile sendfile 在 nginx 中的配置 官方文档: http://nginx.org/en/docs/http/ngx_http_core_module.html#sendfile location /video/ { sendfile on; tcp_nopush on; aio on; } 如下: 参考文档 https://www.sobyte.net/post/2022-08/nginx-send/