From 9d6db1e84723008bcb83cf6489f0cedc5d9e0c2b Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 11 Aug 2025 17:06:29 +0800 Subject: [PATCH] Update nginx.conf --- plugins/openresty/conf/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/openresty/conf/nginx.conf b/plugins/openresty/conf/nginx.conf index d03ddbdd2..403c248b8 100644 --- a/plugins/openresty/conf/nginx.conf +++ b/plugins/openresty/conf/nginx.conf @@ -32,6 +32,10 @@ http client_body_buffer_size 50m; client_max_body_size 50m; + # video big file opt + # aio threads; + directio 4m; + output_buffers 16 512k; sendfile on; tcp_nopush on; tcp_nodelay on;