Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rlnorthcutt/dbb82055e3aba4c1eccc30bdc45b3ca5 to your computer and use it in GitHub Desktop.
Save rlnorthcutt/dbb82055e3aba4c1eccc30bdc45b3ca5 to your computer and use it in GitHub Desktop.
HAProxy VMWare Horizons Config Example - Sample configuration using advanced options:
backend bk_horizon_tcp_blast
  server srv1 192.168.1.101:22443 check
  server srv2 192.168.1.102:22443 check
  balance source
  hash-type consistent sdbm
  hash-key addr-port
  hash-balance-factor 150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment