Skip to content

Instantly share code, notes, and snippets.

View tikenn's full-sized avatar
🎩
Snat

Tim Kennell Jr. tikenn

🎩
Snat
View GitHub Profile
@tikenn
tikenn / haproxy.cfg
Last active January 6, 2022 19:50 — forked from thisismitch/haproxy.cfg
Let's Encrypt Auto-Renewal script for HAProxy
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
maxconn 2048