mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-17 22:10:35 -04:00
enable AIO via thread pool
This commit is contained in:
parent
167c728852
commit
0e8b60b7fe
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue