mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-17 05:52:17 -04:00
disable aio_write temporarily
This commit is contained in:
parent
faa1b0a270
commit
fa9de7b0e0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue