Fix template
This commit is contained in:
parent
1d314d184f
commit
6b4d986696
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue