mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-08-02 03:16:20 -04:00
reduce sendfile max chunk size to 256k
This commit is contained in:
parent
dba2c3c26d
commit
1cd3535546
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ http {
|
|||
charset_types text/css text/plain text/xml application/atom+xml application/javascript;
|
||||
|
||||
sendfile on;
|
||||
sendfile_max_chunk 512k;
|
||||
sendfile_max_chunk 256k;
|
||||
tcp_nopush on;
|
||||
keepalive_requests 256;
|
||||
keepalive_timeout 3m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue