FIX: m missing

This commit is contained in:
2023-02-14 18:50:32 -03:00
parent 85be48b794
commit 6ea469d5a9

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
systectl reload apache
systemctl reload apache