From da7d7523e36bb15d9901fe456577c758fb92ee41 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 30 Jan 2004 18:01:06 +0000 Subject: [PATCH] minor typo in example config --- LocalSettings.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.20.1