install_roundcube.sh: change location of php-socket to directory '/run/php/'.

This commit is contained in:
Christoph 2023-12-08 23:57:00 +01:00
parent 1f05685af9
commit b1f4cdc84d

View File

@ -1480,7 +1480,7 @@ EOF
EOF
else
cat <<EOF >> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file
SetHandler "proxy:unix:/tmp/php-${php_latest_ver}-fpm.www.sock|fcgi://127.0.0.1"
SetHandler "proxy:unix:/run/php/php-${php_latest_ver}-fpm.www.sock|fcgi://127.0.0.1"
EOF
fi
cat <<EOF >> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file