ok let us try and make proxy01/10 have 3 engines
This commit is contained in:
parent
b44f095866
commit
58a9e4d4e5
3 changed files with 156 additions and 1 deletions
|
@ -58,6 +58,9 @@ backend mirror-lists-backend
|
|||
timeout connect 30s
|
||||
server mirrorlist-local1 127.0.0.1:18081 check inter 1s rise 2 fall 3 weight 100
|
||||
server mirrorlist-local2 127.0.0.1:18082 check inter 1s rise 2 fall 3 weight 100
|
||||
{% if datacenter == 'phx2' %}
|
||||
server mirrorlist-local3 127.0.0.1:18083 check inter 1s rise 2 fall 3 weight 100
|
||||
{% endif %}
|
||||
option httpchk GET /metalink?repo=epel-7&arch=x86_64
|
||||
option allbackups
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue