Skip to content

Instantly share code, notes, and snippets.

@Spankalish
Created March 21, 2016 15:52
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 Spankalish/e051682224d1f823f2ee to your computer and use it in GitHub Desktop.
Save Spankalish/e051682224d1f823f2ee to your computer and use it in GitHub Desktop.
frontend www
bind 10.0.2.15:80
default_backend nginx_pool
backend nginx_pool
balance roundrobin
mode tcp
server web1 10.0.15.21 check port 80
server web2 10.0.15.22 check port 80
server web3 10.0.15.23 check port 80
server web4 10.0.15.24 check port 80
server web5 10.0.15.25 check port 80
server web6 10.0.15.26 check port 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment