Closed benisai closed 1 year ago
to fix this, please enable websockets in NPM and add the following to the Custom Nginx Configuration for the proxy host Add under the "location / {"
proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";
to fix this, please enable websockets in NPM and add the following to the Custom Nginx Configuration for the proxy host Add under the "location / {"