Added remi php install fixes

This commit is contained in:
alexey
2026-03-28 18:55:38 +03:00
parent aae561716c
commit 479a65e0dd
3 changed files with 11 additions and 9 deletions

View File

@@ -432,7 +432,7 @@ add_web_config() {
if [ -n "$php_type" ]; then
php_cgi_path="/opt/brepo/${php_ver}/bin/php-cgi"
else
php_cgi_path="/etc/opt/remi/php${php_ver}/bin/php-cgi"
php_cgi_path="/opt/remi/php${php_ver}/root/bin/php-cgi"
fi
fi