mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08: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"]=""
|
["SSL_DOMAIN"]=""
|
||||||
["NGINX_PORT"]="3000"
|
["NGINX_PORT"]="3000"
|
||||||
["PORT"]="3001"
|
["PORT"]="3001"
|
||||||
["NGINX_CLIENT_MAX_BODY_SIZE"]="10m"
|
["NGINX_CLIENT_MAX_BODY_SIZE"]="50m"
|
||||||
)
|
)
|
||||||
|
|
||||||
INFO "开始加载配置 (配置文件: ${env_file})..."
|
INFO "开始加载配置 (配置文件: ${env_file})..."
|
||||||
|
|||||||
Reference in New Issue
Block a user