From cd80c1bd5654f78c2eaff9cf32d8414183deac9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E9=9B=A8?= Date: Mon, 15 Dec 2025 22:15:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4ng?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/nginx/conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/nginx/conf/nginx.conf b/deploy/nginx/conf/nginx.conf index 4add8aa..dcd916d 100644 --- a/deploy/nginx/conf/nginx.conf +++ b/deploy/nginx/conf/nginx.conf @@ -12,7 +12,7 @@ pid /run/nginx.pid; include /usr/share/nginx/modules/*.conf; events { - worker_connections 1024; + worker_connections 1024; } http { @@ -20,13 +20,13 @@ http { '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; - access_log /var/log/nginx/access.log main; + access_log /var/log/xx/nginx/access.log main; sendfile on; tcp_nopush on; tcp_nodelay on; - keepalive_timeout 65; - types_hash_max_size 2048; + keepalive_timeout 651; + types_hash_max_size 20418; client_max_body_size 500m; include /etc/nginx/mime.types;