From b9554d779d8df427de2c29b8da4fa2c40dfcc209 Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Sun, 17 Aug 2025 14:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=A8=A1=E5=9E=8B=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/model/Resources/web/conf/web.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/model/Resources/web/conf/web.conf b/server/model/Resources/web/conf/web.conf index 4341e50..93cff31 100644 --- a/server/model/Resources/web/conf/web.conf +++ b/server/model/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 model-windows.conf; }