Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/statsmaster/files/site.conf

Issue 6293281981857792: Issue 239 - Move AWStats processing to the stats server (Closed)
Patch Set: Added IP address anonymization and addressed review comments Created April 25, 2014, 7:38 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/statsmaster/files/known_hosts ('k') | modules/statsmaster/manifests/awstats.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/statsmaster/files/site.conf
===================================================================
--- a/modules/statsmaster/files/site.conf
+++ b/modules/statsmaster/files/site.conf
@@ -32,17 +32,17 @@ location /raw
}
location /web
{
alias /var/www/awstats;
auth_basic "Stats Restricted Access";
auth_basic_user_file /var/www/htpasswd;
- autoindex on; # for the archives
+ autoindex on; # for the archives
}
location /web/easylist.adblockplus.org
{
# No authentication here
alias /var/www/awstats/easylist.adblockplus.org;
}
« no previous file with comments | « modules/statsmaster/files/known_hosts ('k') | modules/statsmaster/manifests/awstats.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld