reduce sendfile max chunk to 256k

This commit is contained in:
Daniel Micay 2023-02-09 17:51:01 -05:00
parent d1dce982d0
commit 5260801290

View File

@ -17,7 +17,7 @@ http {
charset_types text/css text/javascript text/plain text/xml application/atom+xml;
sendfile on;
sendfile_max_chunk 512k;
sendfile_max_chunk 256k;
tcp_nopush on;
keepalive_requests 256;
keepalive_timeout 3m;