Skip to content

The same hostnames, even with different paths, are conflicting #747

@arjendevos

Description

@arjendevos

Example (service 1):

caddy: domain.com
caddy.reverse_proxy: '{{upstreams 8080}}'

Example (service 2):

caddy: domain.com
caddy.handle_path: /v2/*
caddy.reverse_proxy: '{{upstreams 8080}}'

Generates the following config:

domain.com {
        handle_path /v3/*
        reverse_proxy 172.18.0.2:8080 172.18.0.4:80
}

Is this a bug or am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions