From d2fc01a1543009467c8d187bd6eda49d7bd14548 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 3 May 2022 19:20:58 -0400 Subject: [PATCH] enable thread pool AIO support --- nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 676621f3..e6854bf1 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -75,6 +75,9 @@ http { if_modified_since before; + aio threads; + aio_write on; + map $uri $preload_resources_uri { /index.html ", ; rel=preload; as=image, <{{path|/js/redirect.js}}>; rel=modulepreload; integrity={{integrity|/js/redirect.js}}"; /faq.html ", <{{path|/js/redirect.js}}>; rel=modulepreload; integrity={{integrity|/js/redirect.js}}";