mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-24 07:10:47 -04:00
nginx: disable sendfile due to bugs with AIO
This commit is contained in:
parent
c008ad5539
commit
a2bfaef2fc
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ http {
|
|||
|
||||
charset utf-8;
|
||||
|
||||
sendfile on;
|
||||
# sendfile + AIO is buggy without fixes from nginx master
|
||||
#sendfile on;
|
||||
sendfile_max_chunk 512k;
|
||||
tcp_nopush on;
|
||||
keepalive_timeout 3m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue