diff --git a/scripts/install b/scripts/install index eedcf6a..cf196cf 100755 --- a/scripts/install +++ b/scripts/install @@ -30,6 +30,8 @@ is_public=$YNH_APP_ARG_IS_PUBLIC app=$YNH_APP_INSTANCE_NAME +client_max_body_size="80M" + #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #=================================================