mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
fix client_max_body_size
This commit is contained in:
parent
d1107c8ba5
commit
73f0ad3204
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ fi
|
|||
# If client_max_body_size doesn't exist, create it
|
||||
if [ -z "$client_max_body_size" ]; then
|
||||
client_max_body_size="250m"
|
||||
ynh_app_setting_set --app=$app --key=client_max_body_size --value=$client_max_body_size
|
||||
fi
|
||||
|
||||
# If overwrite_nginx doesn't exist, create it
|
||||
|
|
Loading…
Reference in a new issue