From 40598221a124de9bc96bea82f0212eb929867b42 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Tue, 14 Feb 2023 18:48:24 -0300 Subject: [PATCH] Install script enable mod_rewrite --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 8350b12..bda2e84 100644 --- a/install.sh +++ b/install.sh @@ -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