Skip to content

Instantly share code, notes, and snippets.

@linfongi
Created May 12, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linfongi/d6ef5b4d0219586b3c52b24e2c43f4f5 to your computer and use it in GitHub Desktop.
Save linfongi/d6ef5b4d0219586b3c52b24e2c43f4f5 to your computer and use it in GitHub Desktop.
global
maxconn 100
defaults
log global
option httplog
timeout connect 5000
timeout client 50000
timeout server 50000
frontend web
bind *:8888
mode http
default_backend nodes
backend nodes
mode http
option forwardfor
server node1 *:9900
server node2 *:9901
server node3 *:9902
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment