Skip to content

Instantly share code, notes, and snippets.

@unixcloud
unixcloud / haproxy.cfg
Created November 8, 2017 04:03 — forked from bhameyie/haproxy.cfg
Sample haproxy config
##based on Mesosphere Marathon's servicerouter.py haproxy config
global
daemon
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
maxconn 4096
tune.ssl.default-dh-param 2048
defaults