Skip to content

Fix websockets reverse proxy

Ghost User requested to merge (removed):patch-1 into develop

With the original location of the websockets section of the config file, a 301 Moved Permanently was returned. With this change, the websockets section is prioritized, so it successfully initiates with a 101 Switching Protocol.

Merge request reports