From a0120551cf47e8c2426518b909dd5a7d3ab01833 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Sun, 30 Jul 2023 22:34:23 +0000 Subject: [PATCH] sneed --- includes/serve-static | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/serve-static b/includes/serve-static index d0de994faa..4ba9e27977 100644 --- a/includes/serve-static +++ b/includes/serve-static @@ -1,3 +1,5 @@ include includes/headers; sendfile on; +sendfile_max_chunk 1m; aio threads; +directio 4m;