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

Add multiple backends for the same vhost #660

@nadendlaprasad

Description

@nadendlaprasad

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions