diff options
-rw-r--r-- | etc/haproxy.cfg | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index 1c68147..3d4cd14 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -81,22 +81,10 @@ listen imaps tcp-check expect rstring ^\*\ OK timeout client 2h timeout server 2h - default-server observe layer4 check check-ssl + default-server check-ssl server defiant defiant:11993 server firebrand firebrand:11993 -# MySQL -listen mysql - description MySQL - bind *:3306 - mode tcp - timeout client 2h - timeout server 2h - option mysql-check user haproxy post-41 - default-server observe layer4 check on-error mark-down error-limit 1 on-marked-down shutdown-sessions on-marked-up shutdown-backup-sessions - server defiant defiant:13306 - server firebrand firebrand:13306 backup - # DistCC listen distcc description DistCC |