enable AIO via thread pool

This commit is contained in:
Daniel Micay 2021-06-30 22:59:59 -04:00
parent 167c728852
commit 0e8b60b7fe

View File

@ -69,6 +69,9 @@ http {
if_modified_since before;
aio threads;
aio_write on;
upstream backend {
server [::1]:8008 fail_timeout=1s;
}