Skip to content

Instantly share code, notes, and snippets.

View szobov's full-sized avatar

Sergei Zobov szobov

View GitHub Profile
@szobov
szobov / haproxy.cfg
Created September 20, 2019 16:21 — 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
@szobov
szobov / .gitignore
Created May 10, 2016 08:56 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #