Skip to content

Ability to set multiple directives with the same name #28

@onsails

Description

@onsails

This configuration ends up with one proxy_set_header directive.

      location2:
        name: /tc
        proxy_pass:          http://backend:8111/tc
        proxy_http_version:  1.1
        proxy_set_header:    X-Forwarded-For $remote_addr
        proxy_set_header:    Host $host
        proxy_set_header:    Upgrade $http_upgrade
        proxy_set_header:    Connection $connection_upgrade

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