mdserver-web/plugins/haproxy/conf/haproxy.conf

11 lines
234 B
Plaintext
Raw Normal View History

2022-08-28 10:50:17 -04:00
global
2022-08-28 11:02:37 -04:00
log 127.0.0.1 local
2022-08-28 10:50:17 -04:00
chroot /var/lib/haproxy
pidfile /var/run/haproxy.pid
maxconn 4000
user haproxy
group haproxy
daemon
stats socket /var/lib/haproxy/stats
2022-08-28 11:02:37 -04:00