From b13127e4471d509d96816b9216a7cfb3845a2a72 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Sep 2023 01:38:27 +0000 Subject: [PATCH] update --- Helper/serverInstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Helper/serverInstall.sh b/Helper/serverInstall.sh index 1ee8fd1..84bcce1 100644 --- a/Helper/serverInstall.sh +++ b/Helper/serverInstall.sh @@ -73,6 +73,8 @@ FLUSH PRIVILEGES; # Apache2 +# Remove %h in apache2.conf (this logs the ip addresses) + cat << EOF > /etc/apache2/sites-available/000-default.conf ServerAdmin info@jingga.app