move varnish ips to proxy. this doesnt fix the oom problem caused by registry
This commit is contained in:
parent
7145e7e7cf
commit
db5e633e86
1 changed files with 5 additions and 5 deletions
|
@ -96,11 +96,11 @@ backend registry {
|
||||||
acl purge {
|
acl purge {
|
||||||
"192.168.1.129"; // wiki01.vpn
|
"192.168.1.129"; // wiki01.vpn
|
||||||
"192.168.1.130"; // wiki02.vpn
|
"192.168.1.130"; // wiki02.vpn
|
||||||
"10.5.128.188"; // wiki01.stg
|
"10.3.166.83"; // wiki01.stg
|
||||||
"10.5.126.63"; // wiki01
|
"10.3.163.83"; // wiki01
|
||||||
"10.5.126.73"; // wiki02
|
"10.3.163.102"; // wiki02
|
||||||
"10.5.126.23"; // lockbox01
|
"10.3.163.35"; // batcave01
|
||||||
"192.168.1.58"; //lockbox01.vpn
|
"192.168.1.58"; // batcave01.vpn
|
||||||
}
|
}
|
||||||
|
|
||||||
sub vcl_synth {
|
sub vcl_synth {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue