nginx: limit sendfile chunk size

This commit is contained in:
Daniel Micay 2021-04-17 01:47:33 -04:00
parent c812d96b51
commit 6d4a724f80

View File

@ -16,6 +16,7 @@ http {
charset utf-8;
sendfile on;
sendfile_max_chunk 512k;
tcp_nopush on;
keepalive_requests 1000;
keepalive_timeout 65;