mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
edited client_max_body_size from 50M to 100M
This commit is contained in:
parent
eac9c5d4ea
commit
837743990c
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url="/"
|
path_url="/"
|
||||||
|
|
||||||
client_max_body_size="50M"
|
client_max_body_size="100M"
|
||||||
|
|
||||||
admin=$YNH_APP_ARG_ADMIN
|
admin=$YNH_APP_ARG_ADMIN
|
||||||
email=$YNH_APP_ARG_EMAIL
|
email=$YNH_APP_ARG_EMAIL
|
||||||
|
|
|
@ -90,7 +90,7 @@ ynh_script_progression --message="Ensuring downward compatibility..."
|
||||||
if ynh_compare_current_package_version --comparison lt --version 0.2.1~ynh4
|
if ynh_compare_current_package_version --comparison lt --version 0.2.1~ynh4
|
||||||
then
|
then
|
||||||
# declaration of new parameters
|
# declaration of new parameters
|
||||||
client_max_body_size="50M"
|
client_max_body_size="100M"
|
||||||
media_image_max_size="2097152"
|
media_image_max_size="2097152"
|
||||||
media_video_max_size="10485760"
|
media_video_max_size="10485760"
|
||||||
media_description_min_chars="0"
|
media_description_min_chars="0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue