Created
April 1, 2025 19:12
-
-
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 | |
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