From 70cac1105992ae4c4165fd036c40de85ef05a2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Thu, 9 Jul 2026 09:40:54 +0800 Subject: [PATCH] =?UTF-8?q?ng=E4=BB=A3=E7=90=86minio=E6=94=AF=E6=8C=81webs?= =?UTF-8?q?ocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx-proxy/default.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx-proxy/default.conf b/nginx-proxy/default.conf index 84f81c2..28e171d 100644 --- a/nginx-proxy/default.conf +++ b/nginx-proxy/default.conf @@ -15,6 +15,8 @@ server { ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; + client_max_body_size 500M; + location / { proxy_pass http://116.204.74.41; proxy_http_version 1.1; @@ -32,6 +34,7 @@ server { server { listen 80 default_server; server_name _; + client_max_body_size 500M; location / { proxy_pass http://116.204.74.41; proxy_http_version 1.1;