From 782d3767a6a63f12bee32e49be786dc7cfccdf68 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sun, 24 Apr 2022 04:50:25 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) 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 #=================================================