= HAProxy /via: [[https://blog.elhacker.net/2025/11/tutorial-proxy-inverso-y-balanceador-carga-haproxy.html]] == secciones haproxy.cfg === global Ajustes de seguridad y rendimiento * maxconn * log * user * group * stats socket * nbproc * nbthread * ssl-default-bind-ciphers * ssl-default-bind-options === defaults Se aplica a todas las secciones **frontend** y **backend**. Se pueden crear varias que anularan las anteriores. * timeout connect * timeout client * timeout server * log global * mode * maxconn * option httplog === frontend === backend