mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-20 13:24:37 -05:00
disable aio_write temporarily
This commit is contained in:
parent
faa1b0a270
commit
fa9de7b0e0
@ -73,7 +73,8 @@ http {
|
|||||||
if_modified_since before;
|
if_modified_since before;
|
||||||
|
|
||||||
aio threads;
|
aio threads;
|
||||||
aio_write on;
|
# temporarily disabled since it appears to uncover a bug with how nginx and synapse interact
|
||||||
|
#aio_write on;
|
||||||
|
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server [::1]:8008 fail_timeout=1s;
|
server [::1]:8008 fail_timeout=1s;
|
||||||
|
Loading…
Reference in New Issue
Block a user