summaryrefslogtreecommitdiffstats
path: root/roles/awstats_vhost/templates/awstats.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2021-09-03 16:32:18 +0200
committerMichael Scherer <misc@redhat.com>2021-09-03 16:32:18 +0200
commit01a745788e2a54f76abb11e0568b5b673c44df99 (patch)
tree65621d83e1e223d9d39f6dd7cbdda8d6265b29e3 /roles/awstats_vhost/templates/awstats.conf
parent124bc295bc9171372923b12e1e7c0150b8c60fc5 (diff)
Do not password protect the whole website, it block LE negociationHEADmaster
Diffstat (limited to 'roles/awstats_vhost/templates/awstats.conf')
-rw-r--r--roles/awstats_vhost/templates/awstats.conf2
1 files changed, 1 insertions, 1 deletions
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
</Directory>
-<Location / >
+<Location /cgi-bin/awstats.pl>
AuthType Basic
AuthName "Authentication Required"
AuthUserFile "/etc/httpd/htpasswd"