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

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

Issue 29464559: #1538 - Remove class statsmaster and associated resources (Closed)
Patch Set: Created June 13, 2017, 9:43 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
Index: modules/statsmaster/files/site.conf
diff --git a/modules/statsmaster/files/site.conf b/modules/statsmaster/files/site.conf
deleted file mode 100644
index 76b37aa9333a7327c9dc73080cf485ae7922145d..0000000000000000000000000000000000000000
--- a/modules/statsmaster/files/site.conf
+++ /dev/null
@@ -1,52 +0,0 @@
-keepalive_timeout 0;
-root /var/www/stats;
-
-location /static
-{
- root /opt/sitescripts/sitescripts/stats;
-}
-
-location /download
-{
- auth_basic "Stats Restricted Access";
- auth_basic_user_file /var/www/htpasswd;
-}
-
-location /update
-{
- auth_basic "Stats Restricted Access";
- auth_basic_user_file /var/www/htpasswd;
-}
-
-location /notification
-{
- auth_basic "Stats Restricted Access";
- auth_basic_user_file /var/www/htpasswd;
-}
-
-location /raw
-{
- alias /var/www/statsdata;
- auth_basic "Stats Restricted Access";
- auth_basic_user_file /var/www/htpasswd;
-}
-
-location /web
-{
- alias /var/www/awstats;
- auth_basic "Stats Restricted Access";
- auth_basic_user_file /var/www/htpasswd;
-
- autoindex on; # for the archives
-}
-
-location /web/easylist.adblockplus.org
-{
- # No authentication here
- alias /var/www/awstats/easylist.adblockplus.org;
-}
-
-location /web/icons
-{
- alias /usr/share/awstats/icon;
-}

Powered by Google App Engine
This is Rietveld