File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ source "$CI_TOOLS_PATH/helper/common.sh.inc"
2323source " $CI_TOOLS_PATH /helper/container.sh.inc"
2424source " $CI_TOOLS_PATH /helper/container-alpine.sh.inc"
2525source " $CI_TOOLS_PATH /helper/patch.sh.inc"
26+ source " $CI_TOOLS_PATH /helper/php.sh.inc"
2627source " $CI_TOOLS_PATH /helper/git.sh.inc"
2728
2829BUILD_DIR=" $( CDPATH= cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P) "
@@ -51,6 +52,13 @@ rm "$MOUNT/cron.sh"
5152echo + " rm …/etc/php/conf.d/nextcloud.ini" >&2
5253rm " $MOUNT /etc/php/conf.d/nextcloud.ini"
5354
55+ cmd php_patch_config_list -a " $CONTAINER " " /etc/php-fpm/pool.d/www.conf" \
56+ " php(_admin)?_(flag|value)" \
57+ " php_admin_value[memory_limit]" " 512M" \
58+ " php_admin_value[max_execution_time]" " 600" \
59+ " php_admin_value[upload_max_filesize]" " 1024M" \
60+ " php_admin_value[post_max_size]" " 1040M"
61+
5462echo + " rsync -v -rl --exclude .gitignore ./src/ …/" >&2
5563rsync -v -rl --exclude ' .gitignore' " $BUILD_DIR /src/" " $MOUNT /"
5664
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments