mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-08-02 03:16:20 -04:00
nginx: enable aio_write due to 1.20.2 AIO fix
This commit is contained in:
parent
a2bfaef2fc
commit
cdcd278394
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# nginx 1.20.x
|
||||
# nginx 1.20.2+
|
||||
|
||||
load_module modules/ngx_http_brotli_static_module.so;
|
||||
|
||||
|
@ -74,8 +74,7 @@ http {
|
|||
if_modified_since before;
|
||||
|
||||
aio threads;
|
||||
# temporarily disabled since it appears to uncover a bug with how nginx and synapse interact
|
||||
#aio_write on;
|
||||
aio_write on;
|
||||
|
||||
upstream backend {
|
||||
server [::1]:8008 fail_timeout=1s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue