Skip to content

Commit

Permalink
Merge pull request #4 from vshn/develop
Browse files Browse the repository at this point in the history
added  option tcpka to HAProxy conf file
  • Loading branch information
Simon Rüegg authored Jun 25, 2019
2 parents 9e888e4 + 201c0b0 commit 86d500c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ listen stats
listen galera
bind 0.0.0.0:3306
mode tcp
option tcpka
option mysql-check
server mysql-1 ${DB1_ADDRESS}:${DB1_PORT} check
server mysql-2 ${DB3_ADDRESS}:${DB2_PORT} check backup
Expand Down

0 comments on commit 86d500c

Please sign in to comment.