Fix template

This commit is contained in:
Kevin Fenzi 2014-04-21 19:31:29 +00:00
parent 1d314d184f
commit 6b4d986696

View file

@ -39,7 +39,7 @@ $wgProto = "https";
$wgServer = "https://stg.fedoraproject.org"; $wgServer = "https://stg.fedoraproject.org";
{% else %} {% else %}
$wgServer = "https://fedoraproject.org"; $wgServer = "https://fedoraproject.org";
{% end %} {% endif %}
$wgCookieSecure = true; $wgCookieSecure = true;
$wgFeedDiffCutoff=32000; $wgFeedDiffCutoff=32000;
@ -355,7 +355,7 @@ $wgSquidServers = array(
# proxy07 # proxy07
"213.175.193.205", "213.175.193.205",
"192.168.1.52", "192.168.1.52",
{% end %} {% endif %}
); );
$wgSquidServersNoPurge = array('127.0.0.1'); $wgSquidServersNoPurge = array('127.0.0.1');
$wgSquidMaxage = 432000; $wgSquidMaxage = 432000;