Install script enable mod_rewrite

This commit is contained in:
2023-02-14 18:48:24 -03:00
parent 45069dfc00
commit 40598221a1

View File

@ -11,3 +11,5 @@ chmod -R 777 "${LOGVIEW_INSTALLATION_PATH}/app/cache"
sed -ri -e 's!/var/www/html!${APACHE_PUBLIC_ROOT}!g' /etc/apache2/sites-available/*.conf
sed -ri -e 's!/var/www/!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf
a2enmod rewrite