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