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 +