Skip to content

How to set multiple headers correctly #38

@johngully

Description

@johngully

I have been using the reverse proxy successfully for some time. One of the applications that I'm running behind the proxy has updated and requires the following headers to work properly. What is the correct way to set these headers?

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;

The following configuration was working until recently:
command: -w "http://example-container:8989/example-path/;/example-path/"

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