Created
October 16, 2012 02:06
-
-
Save benheb/3896888 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global | |
debug | |
defaults | |
log global | |
mode http | |
frontend all 50.116.21.154:80 | |
timeout client 86400000 | |
default_backend node_backend | |
backend node_backend | |
balance roundrobin | |
timeout server 30000 | |
timeout connect 4000 | |
server node01 50.116.21.154:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment