Skip to content

Instantly share code, notes, and snippets.

View yodiaditya's full-sized avatar

Yodi aditya yodiaditya

View GitHub Profile
@yodiaditya
yodiaditya / haproxy.cfg
Created September 21, 2011 11:05
Haproxy.cfg on EC2 which NGINX run on port 81, NodeJS on port 8003.
#
# dvv's way to configure haproxy
# Modified by yodiaditya
global
maxconn 32768 # concurrent connections limit
user nobody
spread-checks 5
defaults