jenkins-bot has submitted this change and it was merged.

Change subject: awstats fixes
......................................................................


awstats fixes

Change-Id: I91c6fb6ddc1896c7b34330c9ea10d1e799434178
---
M puppet/modules/awstats/files/stats.translatewiki.net
1 file changed, 4 insertions(+), 3 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/puppet/modules/awstats/files/stats.translatewiki.net 
b/puppet/modules/awstats/files/stats.translatewiki.net
index d31f484..0f0d7ac 100644
--- a/puppet/modules/awstats/files/stats.translatewiki.net
+++ b/puppet/modules/awstats/files/stats.translatewiki.net
@@ -8,9 +8,10 @@
        server_name stats.translatewiki.net;
        root /www/stats.translatewiki.net;
 
+       auth_basic            "Restricted";
+       auth_basic_user_file  /etc/webauth;
+
        location / {
-               auth_basic            "Restricted";
-               auth_basic_user_file  /etc/webauth;
                rewrite ^ /awstats.pl;
        }
 
@@ -22,7 +23,7 @@
                fastcgi_pass unix:/var/run/fcgiwrap.socket;
        }
 
-       location ~ ^/awstats-icon/(.*)$ {
+       location ~ ^/awstatsicons/(.*)$ {
                alias /usr/share/awstats/icon/$1;
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/92199
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I91c6fb6ddc1896c7b34330c9ea10d1e799434178
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to