Skip to content

Instantly share code, notes, and snippets.

View wiredmax's full-sized avatar
👨‍🚀
Hack the Planet!

Maxime Poulin wiredmax

👨‍🚀
Hack the Planet!
View GitHub Profile
@wiredmax
wiredmax / haproxy.cfg
Last active July 15, 2022 23:08 — forked from sidupadhyay/sample.config
Sample HA-Proxy configuration for load balancing SockJS running on Node.JS servers.
global
maxconn 10000 # Total Max Connections. This is dependent on ulimit
nbproc 2
defaults
mode http
option redispatch
maxconn 2000
contimeout 5000
clitimeout 50000