JGonera has uploaded a new change for review.

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

Change subject: Remove old workaround for accessing the instance remotely
......................................................................

Remove old workaround for accessing the instance remotely

Introduced in 318c4d5c. Alternative solution introduced in 318c4d5c.

Change-Id: Ie6fa04b764b047d1576cc6327135e1fb7fd48a6a
---
M LocalSettings.php
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/59/154959/1

diff --git a/LocalSettings.php b/LocalSettings.php
index 44f14f2..8a6c972 100644
--- a/LocalSettings.php
+++ b/LocalSettings.php
@@ -13,10 +13,6 @@
 error_reporting( -1 );
 ini_set( 'display_errors', 1 );
 
-if ( isset( $_SERVER['HTTP_HOST'] ) ) {
-       $wgServer = '//' . $_SERVER['HTTP_HOST'];
-}
-
 $wgUploadDirectory = '/srv/images';
 $wgUploadPath = '/images';
 $wgArticlePath = "/wiki/$1";

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6fa04b764b047d1576cc6327135e1fb7fd48a6a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>

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

Reply via email to