Configuring iptables rules for HAProxy and others
- by MLister
I have the following relevant settings for HAProxy:
defaults
log global
mode http
option httplog
option dontlognull
retries 3
option redispatch
maxconn 500
contimeout 5s
clitimeout 15s
srvtimeout 15s
frontend public
bind …