From f344cdd36f51ad703d3144b8f2ce1b6d9bd0b78c Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 12 Mar 2023 19:51:15 +0200 Subject: [PATCH] nginx - use multithreading for serving static files --- nginx-serve-static.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nginx-serve-static.conf b/nginx-serve-static.conf index 5d690b13c..d0de994fa 100644 --- a/nginx-serve-static.conf +++ b/nginx-serve-static.conf @@ -1,5 +1,3 @@ include includes/headers; sendfile on; -sendfile_max_chunk 1m; -tcp_nopush on; -directio 4m; +aio threads;