diff options
-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" |