Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Add multiple backends for the same vhost #660

Open
nadendlaprasad opened this issue Nov 28, 2019 · 0 comments
Open

Add multiple backends for the same vhost #660

nadendlaprasad opened this issue Nov 28, 2019 · 0 comments

Comments

@nadendlaprasad
Copy link

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 nadendlaprasad changed the title Add multiple backends from same vhost Add multiple backends for the same vhost Nov 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant