diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index a24bd65..4c525e0 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -33,6 +33,7 @@ sudo a2enmod proxy sudo a2enmod proxy_fcgi sudo a2enconf php8.2-fpm sudo systemctl restart php8.2-fpm +systemctl reload apache2 sudo systemctl enable apache2 ## Updating phpMyAdmin. PMA_VER="5.2.0"