mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-13 07:26:45 +00:00
chore(nginx): increase default upload size to 50M (#5760)
This commit is contained in:
@@ -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})..."
|
||||
|
||||
Reference in New Issue
Block a user