Last active
February 26, 2026 16:50
-
-
Save rlnorthcutt/dbb82055e3aba4c1eccc30bdc45b3ca5 to your computer and use it in GitHub Desktop.
HAProxy VMWare Horizons Config Example - Sample configuration using advanced options:
This file contains hidden or 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
| backend bk_horizon_tcp_blast | |
| balance source | |
| hash-type consistent sdbm | |
| hash-key addr-port | |
| hash-balance-factor 150 | |
| # Still tracking our central health backend server srv1 | |
| 192.168.1.101:22443 track be_uag_health/srv1 server srv2 | |
| 192.168.1.102:22443 track be_uag_health/srv2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment