Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

WSS Support #25

@rroblik

Description

@rroblik

Hello

I see that out of the box your nginx configuration doesn't handle websocket proxy
Missing 2 directives :

proxy_set_header Connection        "Upgrade";
proxy_set_header Upgrade           $http_upgrade;

It can be good to be able to use it (OR) :

  • By default / for all, updating directives here
  • Using dedicated env var like ENABLE_WSS_SUPPORT or so
  • ...

Thanks for the work !

Regards

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