Add Special:Version; remove Special:Debug; remove dupe language lists; fix line endin...
[lhc/web/wiklou.git] / LocalSettings.sample
index b79131f..6bda7fd 100644 (file)
@@ -127,4 +127,17 @@ $wgOutputEncoding  = "ISO-8859-1";
 # $wgWhitelistEdit = true;
 # $wgWhitelistRead = false;
 # $wgWhitelistAccount = array ( "user" => 0, "sysop" => 1, "developer" => 1 );
+
+
+# Squid-related settings
+#
+# Enable/disable Squid
+# $wgUseSquid = true;
+# If you run Squid3 with ESI support, enable this (default:false):
+# $wgUseESI = true;
+# Internal server name as known to Squid, if different
+# $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');
 ?>