Skip to content

Instantly share code, notes, and snippets.

@dacrome
Created August 4, 2015 08:27
Show Gist options
  • Save dacrome/989e0fa06771d9832012 to your computer and use it in GitHub Desktop.
Save dacrome/989e0fa06771d9832012 to your computer and use it in GitHub Desktop.
HAProxy Config
global
maxconn 2000
user haproxy
group haproxy
listen tcp-in *:80
timeout connect 3600s
timeout client 60m
timeout server 60m
mode tcp
option httpchk
server server1 localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment