diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 0b589bb..aeb2cc3 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -419,8 +419,8 @@ chdir = __FINALPATH__ ;php_admin_value[memory_limit] = 32M ; Common values to change to increase file upload limit -; php_admin_value[upload_max_filesize] = 50M -; php_admin_value[post_max_size] = 50M +php_admin_value[upload_max_filesize] = 50M +php_admin_value[post_max_size] = 50M ; php_admin_flag[mail.add_x_header] = Off ; Other common parameters diff --git a/scripts/_common.sh b/scripts/_common.sh index a1d23dc..2cfd710 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="libav-tools|ffmpeg" -extra_pkg_dependencies="" +extra_pkg_dependencies="php7.3-mysql php7.3-curl php7.3-simplexml php7.3-gd" # php7.3-gmp php7.3-dom php7.3-pcre php7.3-spl php7.3-simplexml php7.3-ctype php7.3-date php7.3-iconv php7.3-curl php7.3-gd php7.3-mbstring php7.3-libxml php7.3-xmlwriter php7.3-xmlreader #=================================================