mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-03 18:56:57 -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;
|
charset utf-8;
|
||||||
|
|
||||||
sendfile on;
|
# sendfile + AIO is buggy without fixes from nginx master
|
||||||
|
#sendfile on;
|
||||||
sendfile_max_chunk 512k;
|
sendfile_max_chunk 512k;
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
keepalive_timeout 3m;
|
keepalive_timeout 3m;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue