Skip to content

Add socket capability to reverse proxy #44

Description

@thelittlefireman

Hi,
Could it be possible to configure reverse proxy as a websocket ?

proxy_set_header        Upgrade           $http_upgrade;
proxy_set_header        Connection        "upgrade";

I know it could be done by a custom nginx conf in /server-confs but an env variable would be great app.site_REVERSE_PROXY_WS=yes
Thanks for all :)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions