From: Brion Vibber Date: Sun, 6 Feb 2005 03:29:39 +0000 (+0000) Subject: Set default squid list to empty X-Git-Tag: 1.5.0alpha1~778 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=5774d36c6e88871e6280982f405981014fc8534b;p=lhc%2Fweb%2Fwiklou.git Set default squid list to empty --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1266267bb2..bb6bba8eb4 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -600,6 +600,7 @@ $wgSquidMaxage = 18000; * ports here (80 is default) */ # $wgSquidServers = array('127.0.0.1'); +$wgSquidServers = array(); $wgSquidServersNoPurge = array(); /** Maximum number of titles to purge in any one client operation */