FIX: reload apache correctly

This commit is contained in:
2023-02-14 18:51:14 -03:00
parent 6ea469d5a9
commit 05de20cb4b

View File

@ -13,4 +13,4 @@ sed -ri -e 's!/var/www/html!${APACHE_PUBLIC_ROOT}!g' /etc/apache2/sites-availabl
sed -ri -e 's!/var/www/!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf
a2enmod rewrite
systemctl reload apache
service apache2 restart