Skip to content

Instantly share code, notes, and snippets.

View fraenki's full-sized avatar
🤔

Frank Wall fraenki

🤔
  • markt.de GmbH & Co. KG
  • Munich, Germany
View GitHub Profile
global
user haproxy
group haproxy
daemon
log /dev/log local0
defaults
timeout connect 5s
timeout client 30s
timeout server 30s
@fraenki
fraenki / haproxy.cfg
Created January 25, 2017 15:45 — forked from ryzy/haproxy.cfg
HAProxy conf with SSL termination and HTTP/2 support
global
#debug
chroot /var/lib/haproxy
user haproxy
group haproxy
pidfile /var/run/haproxy.pid
# Default SSL material locations
ca-base /etc/ssl/certs
crt-base /etc/ssl/private