diff --git a/roles/batcave/files/allows b/roles/batcave/files/allows index cc80e03d19..045edf335b 100644 --- a/roles/batcave/files/allows +++ b/roles/batcave/files/allows @@ -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 diff --git a/roles/httpd/proxy/templates/00-namevirtualhost.conf b/roles/httpd/proxy/templates/00-namevirtualhost.conf index 50e2139c51..a78af2b7fc 100644 --- a/roles/httpd/proxy/templates/00-namevirtualhost.conf +++ b/roles/httpd/proxy/templates/00-namevirtualhost.conf @@ -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 + diff --git a/roles/mediawiki/templates/LocalSettings.php.fp.j2 b/roles/mediawiki/templates/LocalSettings.php.fp.j2 index 654cb997c5..a33707a862 100644 --- a/roles/mediawiki/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki/templates/LocalSettings.php.fp.j2 @@ -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