From 9e0c5ae59a62ae0e4beee958e270f4f026a5feb2 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Sat, 22 Dec 2018 10:46:03 -0500 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf' --- .../files/etc/apache2/sites-available/www.thunix.cf.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf b/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf index 72d2b82..d51d4dd 100644 --- a/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf +++ b/roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf @@ -4,4 +4,8 @@ DocumentRoot /var/www/thunix.cf ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined + + Order deny,allow + Deny from all +