Skip to content

Instantly share code, notes, and snippets.

@mazdel
Created June 20, 2025 19:10
Show Gist options
  • Save mazdel/49dfaf3821f14f10231dc9e12b9478ec to your computer and use it in GitHub Desktop.
Save mazdel/49dfaf3821f14f10231dc9e12b9478ec to your computer and use it in GitHub Desktop.
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