[MediaWiki-commits] [Gerrit] Add /multimeter/ to robots.txt exclusion - change (phabricator/phabricator)

2015-08-16 Thread 20after4 (Code Review)
20after4 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/231983

Change subject: Add /multimeter/ to robots.txt exclusion
..

Add /multimeter/ to robots.txt exclusion

We don't need search engines indexing /multimeter, it's unwanted load
and not at all useful. (It's also filling up the logs, currently)

Bug: T109247
Change-Id: I8d991f52b59219501982366738dfaab4ff6e7b43
---
M src/applications/system/controller/PhabricatorRobotsController.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/phabricator 
refs/changes/83/231983/1

diff --git a/src/applications/system/controller/PhabricatorRobotsController.php 
b/src/applications/system/controller/PhabricatorRobotsController.php
index bfc548f..b7767d7 100644
--- a/src/applications/system/controller/PhabricatorRobotsController.php
+++ b/src/applications/system/controller/PhabricatorRobotsController.php
@@ -20,6 +20,7 @@
 
 $out[] = 'User-Agent: *';
 $out[] = 'Disallow: /diffusion/';
+$out[] = 'Disallow: /multimeter/';
 
 // Add a small crawl delay (number of seconds between requests) for spiders
 // which respect it. The intent here is to prevent spiders from affecting

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d991f52b59219501982366738dfaab4ff6e7b43
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/phabricator
Gerrit-Branch: production
Gerrit-Owner: 20after4 mmod...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add /multimeter/ to robots.txt exclusion - change (phabricator/phabricator)

2015-08-16 Thread 20after4 (Code Review)
20after4 has submitted this change and it was merged.

Change subject: Add /multimeter/ to robots.txt exclusion
..


Add /multimeter/ to robots.txt exclusion

We don't need search engines indexing /multimeter, it's unwanted load
and not at all useful. (It's also filling up the logs, currently)

Bug: T109247
Change-Id: I8d991f52b59219501982366738dfaab4ff6e7b43
---
M src/applications/system/controller/PhabricatorRobotsController.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  20after4: Looks good to me, approved
  jenkins-bot: Verified
  Dzahn: Looks good to me, but someone else must approve



diff --git a/src/applications/system/controller/PhabricatorRobotsController.php 
b/src/applications/system/controller/PhabricatorRobotsController.php
index bfc548f..b7767d7 100644
--- a/src/applications/system/controller/PhabricatorRobotsController.php
+++ b/src/applications/system/controller/PhabricatorRobotsController.php
@@ -20,6 +20,7 @@
 
 $out[] = 'User-Agent: *';
 $out[] = 'Disallow: /diffusion/';
+$out[] = 'Disallow: /multimeter/';
 
 // Add a small crawl delay (number of seconds between requests) for spiders
 // which respect it. The intent here is to prevent spiders from affecting

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8d991f52b59219501982366738dfaab4ff6e7b43
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/phabricator
Gerrit-Branch: production
Gerrit-Owner: 20after4 mmod...@wikimedia.org
Gerrit-Reviewer: 20after4 mmod...@wikimedia.org
Gerrit-Reviewer: Dzahn dz...@wikimedia.org
Gerrit-Reviewer: jenkins-bot 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits