allow proxy32 to get to infrastructure
This commit is contained in:
parent
849bcf0514
commit
152b415410
3 changed files with 8 additions and 4 deletions
|
@ -156,6 +156,7 @@ require ip 8.43.85.87
|
|||
# ec2 instances
|
||||
require ip 13.250.126.156
|
||||
require ip 13.125.120.8
|
||||
require ip 18.185.136.17
|
||||
|
||||
#
|
||||
# We put this at the end because it fails for hosts with no reverse dns
|
||||
|
|
|
@ -88,7 +88,6 @@ NameVirtualHost [2406:da18:39f:a01:a89d:5e25:1aab:8a52]:80
|
|||
NameVirtualHost [2406:da18:39f:a01:a89d:5e25:1aab:8a52]:443
|
||||
|
||||
# proxy31
|
||||
NameVirtualHost 13.125.120.8:80
|
||||
NameVirtualHost 13.125.120.8:443
|
||||
NameVirtualHost [2406:da12:0:c10:92a3:5a6e:221b:f9eb]:80
|
||||
NameVirtualHost [2406:da12:0:c10:92a3:5a6e:221b:f9eb]:443
|
||||
NameVirtualHost 18.185.136.17:80
|
||||
NameVirtualHost 18.185.136.17:443
|
||||
|
||||
|
|
|
@ -398,6 +398,10 @@ $wgSquidServersNoPurge = array(
|
|||
"192.168.1.191",
|
||||
"2406:da12:0:c10:92a3:5a6e:221b:f9eb",
|
||||
|
||||
# proxy32
|
||||
"18.185.136.17",
|
||||
"192.168.1.192",
|
||||
|
||||
{% endif %}
|
||||
);
|
||||
# This setting is used to send PURGE requests to varnish on reverse proxies upon page changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue