diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-01-06 21:38:57 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2015-01-06 21:38:57 +0000 |
| commit | 936fe4672097998ae4acaa6219084a0fe8604f2d (patch) | |
| tree | 3c9a93c5f4600188fe15a37c1905e79f9a4c6e79 /roles/haproxy | |
| parent | ce520021235628dadd8001803250dbe72101ac3b (diff) | |
See about making sundries01.stg a mirrorlist1 server for stg.
Diffstat (limited to 'roles/haproxy')
| -rw-r--r-- | roles/haproxy/files/haproxy.cfg.stg | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/roles/haproxy/files/haproxy.cfg.stg b/roles/haproxy/files/haproxy.cfg.stg index 39b13d3f8..280aac5fd 100644 --- a/roles/haproxy/files/haproxy.cfg.stg +++ b/roles/haproxy/files/haproxy.cfg.stg @@ -41,23 +41,12 @@ listen fp-wiki 0.0.0.0:10001 listen mirror-lists 0.0.0.0:10002 balance hdr(appserver) timeout connect 30s - server app1 app1:80 check inter 5s rise 2 fall 3 - server app2 app2:80 check inter 5s rise 2 fall 3 - server app3 app3:80 check inter 5s rise 2 fall 3 - server app4 app4:80 check inter 5s rise 2 fall 3 - server app05 app05:80 backup check inter 10s rise 2 fall 3 -# server bapp1 bapp1:80 backup check inter 5s rise 2 fall 3 + server sundries01 sundries01:80 check inter 10s rise 2 fall 3 option httpchk GET /mirrorlist - option allbackups listen pkgdb 0.0.0.0:10003 balance hdr(appserver) server pkgdb01 pkgdb01:80 check inter 10s rise 2 fall 3 -# server app2 app2:80 check inter 10s rise 2 fall 3 -# server app3 app3:80 check inter 10s rise 2 fall 3 -# server app4 app4:80 check inter 10s rise 2 fall 3 -# server app05 app05:80 backup check inter 15s rise 2 fall 3 -# server bapp1 bapp1:80 backup check inter 10s rise 2 fall 3 option httpchk GET /pkgdb/collections/ listen fas 0.0.0.0:10004 |
