🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/php/
rootfs/tmp/etc/php83/php.ini
rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh
This commit is contained in:
casjay 2024-08-17 14:23:05 -04:00
parent 9a54cd4f94
commit 0b787a9c52
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ user_pass="${PHP_FPM_USER_PASS_WORD:-}" # normal user password
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Specifiy custom directories to be created
ADD_APPLICATION_FILES=""
ADD_APPLICATION_FILES="/etc/php/php.ini"
ADD_APPLICATION_DIRS=""
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
APPLICATION_FILES="$LOG_DIR/$SERVICE_NAME.log"
@ -249,7 +249,7 @@ __pre_execute() {
done
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Replace variables
HOSTNAME="$sysname" __initialize_replace_variables "$ETC_DIR" "$CONF_DIR" "$WWW_ROOT_DIR" "/etc/php"
HOSTNAME="$sysname" __initialize_replace_variables "$ETC_DIR" "$CONF_DIR" "$WWW_ROOT_DIR" "/etc/php/php.ini"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# define actions