File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1243,6 +1243,8 @@ if [ "$apache" = 'yes' ]; then
12431243 rm -f /etc/php/$v /fpm/pool.d/*
12441244 v_tpl=$( echo " $v " | sed -e ' s/[.]//' )
12451245 cp -f $HESTIA_INSTALL_DIR /multiphp/apache2/PHP-$v_tpl .* $HESTIA /data/templates/web/apache2/
1246+ cp -f $HESTIA_INSTALL_DIR /php-fpm/dummy.conf /etc/php/$v /fpm/pool.d/
1247+ sed -i " s/9999/99$v_tpl /g" /etc/php/$v /fpm/pool.d/dummy.conf
12461248 done
12471249 chmod a+x $HESTIA /data/templates/web/apache2/* .sh
12481250 if [ " $release " = ' 8' ]; then
Original file line number Diff line number Diff line change @@ -1210,6 +1210,8 @@ if [ "$apache" = 'yes' ]; then
12101210 rm -f /etc/php/$v /fpm/pool.d/*
12111211 v_tpl=$( echo " $v " | sed -e ' s/[.]//' )
12121212 cp -f $HESTIA_INSTALL_DIR /multiphp/apache2/PHP-$v_tpl .* $HESTIA /data/templates/web/apache2/
1213+ cp -f $HESTIA_INSTALL_DIR /php-fpm/dummy.conf /etc/php/$v /fpm/pool.d/
1214+ sed -i " s/9999/99$v_tpl /g" /etc/php/$v /fpm/pool.d/dummy.conf
12131215 done
12141216 chmod a+x $HESTIA /data/templates/web/apache2/* .sh
12151217 fi
You can’t perform that action at this time.
0 commit comments