mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-19 21:04:40 -05:00
nginx: disable sendfile due to bugs with AIO
This commit is contained in:
parent
c008ad5539
commit
a2bfaef2fc
@ -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…
Reference in New Issue
Block a user