switch mirrorlist containers to podman
This commit is contained in:
parent
901ca97960
commit
91948c4581
4 changed files with 16 additions and 33 deletions
|
@ -56,8 +56,8 @@ frontend mirror-lists-frontend
|
|||
backend mirror-lists-backend
|
||||
balance hdr(appserver)
|
||||
timeout connect 30s
|
||||
server mirrorlist-local1 localhost:18081 check inter 1s rise 2 fall 3 weight 100
|
||||
server mirrorlist-local2 localhost:18082 check inter 1s rise 2 fall 3 weight 100
|
||||
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
|
||||
option httpchk GET /mirrorlist
|
||||
option allbackups
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue