From e16443e1869ef666d77206d3d73960ac1fca4edb Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Sun, 17 Aug 2025 14:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=AF=84=E4=BC=B0=E3=80=91=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8C=85=E7=BC=96=E8=AF=91=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/eval/Resources/web/conf/web.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/eval/Resources/web/conf/web.conf b/server/eval/Resources/web/conf/web.conf index 7e6f999..260b1a9 100644 --- a/server/eval/Resources/web/conf/web.conf +++ b/server/eval/Resources/web/conf/web.conf @@ -1,11 +1,11 @@ worker_processes 1; events { - worker_connections 1024; + worker_connections 1024; } http { - include mime.types; - default_type application/octet-stream; - sendfile on; - keepalive_timeout 65; + include mime.types; + default_type application/octet-stream; + sendfile on; + keepalive_timeout 65; include eval-windows.conf; }