Skip to content

[16.0] install doc for nginx: add map $http_upgrade $connection_upgrade #2750

@jcdrubay

Description

@jcdrubay

I think you should add this part to the nginx sample configuration as the current one is not working without this:

    map $http_upgrade $connection_upgrade {
        default upgrade;
        '' close;
    }

https://www.nginx.com/blog/websocket-nginx/

Metadata

Metadata

Assignees

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