Created
June 20, 2025 19:10
-
-
Save mazdel/49dfaf3821f14f10231dc9e12b9478ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global | |
log 127.0.0.1 local0 notice | |
defaults | |
retries 2 | |
timeout client 10s | |
timeout connect 5s | |
timeout server 10s | |
frontend mysql_iface | |
bind 0.0.0.0:3306 | |
mode tcp | |
default_backend mysql_server | |
backend mysql_server | |
server server20 mysql-node20:3306 check | |
server server21 mysql-node21:3306 check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment