This used to work... But for some reason doesn't anymore
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ac341d04b6
commit
750ed8f464
1 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ $wgRestrictDisplayTitle = false;
|
|||
$wgUseSquid = true;
|
||||
# The SquidNoPurge setting is used to determine reverse proxies
|
||||
$wgSquidServersNoPurge = array(
|
||||
{% if environment == "staging" %}
|
||||
{% if env == "staging" %}
|
||||
# proxy01.stg
|
||||
"10.5.126.88",
|
||||
{% else %}
|
||||
|
@ -392,7 +392,7 @@ $wgSquidServersNoPurge = array(
|
|||
);
|
||||
# This setting is used to send PURGE requests to varnish on reverse proxies upon page changes
|
||||
$wgSquidServers = array(
|
||||
{% if environment == "staging" %}
|
||||
{% if env == "staging" %}
|
||||
# proxy01.stg
|
||||
"10.5.126.88:6081",
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue