proxy07 is down, remove it from wiki squid servers. Also lower cache time from 5 days to 6 hours

This commit is contained in:
Kevin Fenzi 2018-01-11 23:20:58 +00:00
parent 5e7cfaa163
commit b88a822e90

View file

@ -386,8 +386,8 @@ $wgSquidServersNoPurge = array(
"192.168.1.63", "192.168.1.63",
# proxy07 # proxy07
"174.141.234.172", # "174.141.234.172",
"192.168.1.52", # "192.168.1.52",
# proxy08 # proxy08
"67.203.2.67", "67.203.2.67",
@ -440,7 +440,7 @@ $wgSquidServers = array(
# proxy06 # proxy06
"192.168.1.63:6081", "192.168.1.63:6081",
# proxy07 # proxy07
"192.168.1.52:6081", # "192.168.1.52:6081",
# proxy08 # proxy08
"192.168.1.78:6081", "192.168.1.78:6081",
# proxy10 # proxy10
@ -455,7 +455,7 @@ $wgSquidServers = array(
"192.168.1.159:6081", "192.168.1.159:6081",
{% endif %} {% endif %}
); );
$wgSquidMaxage = 432000; $wgSquidMaxage = 21600;
# Don't add rel="nofollow" # Don't add rel="nofollow"
$wgNoFollowLinks = false; $wgNoFollowLinks = false;