chore(nginx): increase default upload size to 50M (#5760)

This commit is contained in:
DDSRem
2026-05-12 20:08:33 +08:00
committed by GitHub
parent cfb6448060
commit 116465b6d8

View File

@@ -62,7 +62,7 @@ function load_config_from_app_env() {
["SSL_DOMAIN"]=""
["NGINX_PORT"]="3000"
["PORT"]="3001"
["NGINX_CLIENT_MAX_BODY_SIZE"]="10m"
["NGINX_CLIENT_MAX_BODY_SIZE"]="50m"
)
INFO "开始加载配置 (配置文件: ${env_file})..."