Skip to content

Commit 86d500c

Browse files
author
Simon Rüegg
authored
Merge pull request #4 from vshn/develop
added option tcpka to HAProxy conf file
2 parents 9e888e4 + 201c0b0 commit 86d500c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haproxy.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ listen stats
1919
listen galera
2020
bind 0.0.0.0:3306
2121
mode tcp
22+
option tcpka
2223
option mysql-check
2324
server mysql-1 ${DB1_ADDRESS}:${DB1_PORT} check
2425
server mysql-2 ${DB3_ADDRESS}:${DB2_PORT} check backup

0 commit comments

Comments
 (0)