From 83f3b02382fa2bc986a64e2c13f63ef24f942f7c Mon Sep 17 00:00:00 2001 From: pengren Date: Tue, 23 Apr 2024 17:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=8F=B7=EF=BC=9AZSSAC-585=20?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E5=AE=89=E8=A3=85=E5=8C=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-ui/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sf-ui/nginx.conf b/sf-ui/nginx.conf index b701f98..1656774 100644 --- a/sf-ui/nginx.conf +++ b/sf-ui/nginx.conf @@ -10,6 +10,8 @@ http { default_type application/octet-stream; sendfile on; keepalive_timeout 65; + post_max_size = 100M; + upload_max_filesize = 100M; #gzip on;