1
0
Fork 0
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:
Kayou 2019-05-13 15:21:35 +02:00 committed by GitHub
parent d1107c8ba5
commit 73f0ad3204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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