minor typo in example config
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 30 Jan 2004 18:01:06 +0000 (18:01 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 30 Jan 2004 18:01:06 +0000 (18:01 +0000)
LocalSettings.sample

index 4e976dc..96dd174 100644 (file)
@@ -134,7 +134,7 @@ $wgOutputEncoding   = "ISO-8859-1";
 # Enable/disable Squid
 # $wgUseSquid = true;
 # Internal server name as known to Squid, if different
-# $wgInternalServer = 'http://yourinternal.tld.:8000';
+# $wgInternalServer = 'http://yourinternal.tld:8000';
 # A list of proxy servers (ips if possible) to purge on changes
 # don't specify ports here (80 is default)
 # $wgSquidServers = array('127.0.0.1');