Skip to content

HAproxy

Check if the config is valid

Bash
sudo haproxy -f /etc/haproxy/haproxy.cfg -c

Disable alerts in terminal

Text Only
global

log 127.0.0.1  local0 debug

log /dev/log   local0 info alert # add this

log /dev/log   local1 notice alert # add this

user root

group nogroup

daemon

debug