nginx: limit sendfile chunk size
This commit is contained in:
@@ -16,6 +16,7 @@ http {
|
||||
charset utf-8;
|
||||
|
||||
sendfile on;
|
||||
sendfile_max_chunk 512k;
|
||||
tcp_nopush on;
|
||||
keepalive_requests 1000;
|
||||
keepalive_timeout 65;
|
||||
|
||||
Reference in New Issue
Block a user