From df9013ae9c1581a858e9d4fd429f9531cedeb48a Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Sun, 17 Aug 2025 14:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=9E=E9=AA=8C=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/simulation/Resources/web/conf/web.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/simulation/Resources/web/conf/web.conf b/server/simulation/Resources/web/conf/web.conf index 6690c8f..684463d 100644 --- a/server/simulation/Resources/web/conf/web.conf +++ b/server/simulation/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 simulation-windows.conf; }