mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-01-18 10:57:16 -05:00
enable AIO via thread pool
This commit is contained in:
parent
167c728852
commit
0e8b60b7fe
@ -69,6 +69,9 @@ http {
|
|||||||
|
|
||||||
if_modified_since before;
|
if_modified_since before;
|
||||||
|
|
||||||
|
aio threads;
|
||||||
|
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