nginx: disable sendfile due to bugs with AIO

This commit is contained in:
Daniel Micay 2021-11-28 19:01:38 -05:00
parent c008ad5539
commit a2bfaef2fc

View File

@ -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;