From 05de20cb4beb948306bdafc7191e8ab6671cc1b9 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Tue, 14 Feb 2023 18:51:14 -0300 Subject: [PATCH] FIX: reload apache correctly --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4c27318..4513c6f 100644 --- a/install.sh +++ b/install.sh @@ -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