Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Last active August 30, 2015 16:26
Show Gist options
  • Save kenmazaika/ee4c1444f14ecad95b20 to your computer and use it in GitHub Desktop.
Save kenmazaika/ee4c1444f14ecad95b20 to your computer and use it in GitHub Desktop.
global
maxconn 1024
daemon
nbproc 1
defaults
mode http
clitimeout 60000
srvtimeout 30000
contimeout 4000
option httpclose
frontend public
bind :80
default_backend sp
backend sp
server srv 0.0.0.0:7080 maxconn 254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment