diff options
author | Michael Scherer <misc@redhat.com> | 2021-09-03 16:32:18 +0200 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2021-09-03 16:32:18 +0200 |
commit | 01a745788e2a54f76abb11e0568b5b673c44df99 (patch) | |
tree | 65621d83e1e223d9d39f6dd7cbdda8d6265b29e3 | |
parent | 124bc295bc9171372923b12e1e7c0150b8c60fc5 (diff) |
-rw-r--r-- | roles/awstats_vhost/templates/awstats.conf | 2 |
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" |