From 01a745788e2a54f76abb11e0568b5b673c44df99 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 3 Sep 2021 16:32:18 +0200 Subject: Do not password protect the whole website, it block LE negociation --- roles/awstats_vhost/templates/awstats.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/awstats_vhost/templates/awstats.conf b/roles/awstats_vhost/templates/awstats.conf index b7c013f..b3969fc 100644 --- a/roles/awstats_vhost/templates/awstats.conf +++ b/roles/awstats_vhost/templates/awstats.conf @@ -8,7 +8,7 @@ SetEnv AWSTATS_CONFIG www.theopensourceway.org Require all granted - + AuthType Basic AuthName "Authentication Required" AuthUserFile "/etc/httpd/htpasswd" -- cgit