diff --git a/install_roundcube.sh b/install_roundcube.sh index 4e02899..5c929ae 100755 --- a/install_roundcube.sh +++ b/install_roundcube.sh @@ -1480,7 +1480,7 @@ EOF EOF else cat <> ${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 <> ${APACHE_VHOST_DIR}/${WEBSITE_NAME}.conf 2>> $log_file