From 8d9fd131b75d49e8c8d30629980548da0c935eb5 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Sat, 22 Dec 2018 10:45:36 -0500 Subject: [PATCH] Update 'roles/webserver/files/etc/apache2/sites-available/thunix.cf.conf' --- .../files/etc/apache2/sites-available/thunix.cf.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/webserver/files/etc/apache2/sites-available/thunix.cf.conf b/roles/webserver/files/etc/apache2/sites-available/thunix.cf.conf index e35c157..ace1002 100644 --- a/roles/webserver/files/etc/apache2/sites-available/thunix.cf.conf +++ b/roles/webserver/files/etc/apache2/sites-available/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 +