You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered: