oh yeah.. vpn
This commit is contained in:
parent
838ec2ec4c
commit
73d8098fc2
2 changed files with 17 additions and 0 deletions
|
@ -22,6 +22,10 @@ NameVirtualHost 152.19.134.142:443
|
||||||
NameVirtualHost [2610:28:3090:3001:dead:beef:cafe:fed3]:80
|
NameVirtualHost [2610:28:3090:3001:dead:beef:cafe:fed3]:80
|
||||||
NameVirtualHost [2610:28:3090:3001:dead:beef:cafe:fed3]:443
|
NameVirtualHost [2610:28:3090:3001:dead:beef:cafe:fed3]:443
|
||||||
|
|
||||||
|
# proxy05
|
||||||
|
NameVirtualHost 5.175.150.50:80
|
||||||
|
NameVirtualHost 5.175.150.50:443
|
||||||
|
|
||||||
#proxy06
|
#proxy06
|
||||||
NameVirtualHost 140.211.169.196:80
|
NameVirtualHost 140.211.169.196:80
|
||||||
NameVirtualHost 140.211.169.196:443
|
NameVirtualHost 140.211.169.196:443
|
||||||
|
@ -45,6 +49,10 @@ NameVirtualHost 192.168.122.2:443
|
||||||
NameVirtualHost 10.5.126.51:80
|
NameVirtualHost 10.5.126.51:80
|
||||||
NameVirtualHost 10.5.126.51:443
|
NameVirtualHost 10.5.126.51:443
|
||||||
|
|
||||||
|
# proxy11
|
||||||
|
NameVirtualHost 67.219.144.68:80
|
||||||
|
NameVirtualHost 67.219.144.68:443
|
||||||
|
|
||||||
#proxy01.stg
|
#proxy01.stg
|
||||||
NameVirtualHost 10.5.126.88:80
|
NameVirtualHost 10.5.126.88:80
|
||||||
NameVirtualHost 10.5.126.88:443
|
NameVirtualHost 10.5.126.88:443
|
||||||
|
|
|
@ -347,6 +347,10 @@ $wgSquidServersNoPurge = array(
|
||||||
"152.19.134.142",
|
"152.19.134.142",
|
||||||
"2610:28:3090:3001:dead:beef:cafe:fed3",
|
"2610:28:3090:3001:dead:beef:cafe:fed3",
|
||||||
"192.168.1.14",
|
"192.168.1.14",
|
||||||
|
|
||||||
|
# proxy05
|
||||||
|
"5.175.150.50",
|
||||||
|
"192.168.1.25",
|
||||||
|
|
||||||
# proxy06
|
# proxy06
|
||||||
"140.211.169.196",
|
"140.211.169.196",
|
||||||
|
@ -368,6 +372,11 @@ $wgSquidServersNoPurge = array(
|
||||||
# proxy10
|
# proxy10
|
||||||
"10.5.126.51",
|
"10.5.126.51",
|
||||||
"192.168.1.17",
|
"192.168.1.17",
|
||||||
|
|
||||||
|
# proxy11
|
||||||
|
"67.219.144.68",
|
||||||
|
"192.168.1.37",
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
);
|
);
|
||||||
# This setting is used to send PURGE requests to varnish on reverse proxies upon page changes
|
# 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