From: Gabriel Wicke Date: Fri, 30 Jan 2004 18:01:06 +0000 (+0000) Subject: minor typo in example config X-Git-Tag: 1.3.0beta1~1066 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=da7d7523e36bb15d9901fe456577c758fb92ee41;p=lhc%2Fweb%2Fwiklou.git minor typo in example config --- diff --git a/LocalSettings.sample b/LocalSettings.sample index 4e976dca16..96dd1742cf 100644 --- a/LocalSettings.sample +++ b/LocalSettings.sample @@ -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');