Skip to content

Commit

Permalink
Fix include path in php-fpm.conf in PHP 5.6 --build-all
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 5, 2022
1 parent 85def64 commit 3d51be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_partials/sapi/fpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ configure_fpm() {
# Set fpm listener socket, owner, group and mode in pool.d/www.conf.
sed -Ei -e "s|^listen = .*|listen = /run/php/php$PHP_VERSION-fpm.sock|" \
-e "s|@PHP_MAJOR_VERSION@.@PHP_MINOR_VERSION@|$PHP_VERSION|g" \
-e "s|pool.d|php/$PHP_VERSION/fpm/pool.d|" \
-e 's|;listen.owner.*|listen.owner = www-data|' \
-e 's|;listen.group.*|listen.group = www-data|' \
-e 's|;listen.mode.*|listen.mode = 0660|' "$INSTALL_ROOT"/etc/php-fpm.conf
Expand Down

0 comments on commit 3d51be1

Please sign in to comment.