disable aio_write temporarily

This commit is contained in:
Daniel Micay 2021-07-13 23:30:24 -04:00
parent faa1b0a270
commit fa9de7b0e0

View File

@ -73,7 +73,8 @@ http {
if_modified_since before;
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 {
server [::1]:8008 fail_timeout=1s;