marathon-lb icon indicating copy to clipboard operation
marathon-lb copied to clipboard

Add multiple backends for the same vhost

Open nadendlaprasad opened this issue 6 years ago • 0 comments

Is it possible to add multiple backend servers with the given single vhost?

Tried below configuration to achieve . But didn't work

"HAPROXY_0_REDIRECT_TO_HTTPS": "false", "HAPROXY_GROUP": "external", "HAPROXY_0_BACKEND_SERVER_OPTIONS": " timeout connect 10s\n timeout client 86400s\n timeout server 86400s\n timeout tunnel 86400s\n server {serverName} 192.168.7.20:81\n", "HAPROXY_1_BACKEND_SERVER_OPTIONS": " timeout connect 10s\n timeout client 86400s\n timeout server 86400s\n timeout tunnel 86400s\n server {serverName} 192.168.7.21:81\n", "HAPROXY_0_VHOST": "faas-gateway.invent.sparkster.me"

do you see any issue with the above configuration ?

nadendlaprasad avatar Nov 28 '19 13:11 nadendlaprasad