-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Websocket handling has changed #198
Comments
How outdated is your nginx.conf and proxy.conf? |
Thanks for the hint - my nginx.conf was from Swag 1.7.0 which (of course) had this commit when it moved to 1.8.0 to sync with the reverse-proxy-confs removal of the same - which explains it all. Know what to look for next time around now, thanks for the help! |
For future users: I've edited the subject, and in pinned this issue so it will be visible even while closed, and I'm locking discussion after posting this. Proxy configs with web sockets are now handled differently. Users need to manually update their proxy.conf and nginx.conf. See the SWAG readme for more info. https://github.com/linuxserver/docker-swag#updating-configs We do not need PRs to add back the web socket lines that were removed. Thanks. |
Having recently upgraded from Swag 1.7.0 to 1.8.0 and re-rolling from the sample configs. I noticed that the removal of two lines in this commit has broken the websocket connection under 'Alerts' for a server.
A copied Plex sample config has had these two lines removed between v1.7.0 and 1.8.0:
If you are accessing your Plex instance via Swag/a configuration using these reverse-proxy-confs at version 1.8.0 you will notice that going to Settings -> Alerts you will get the text: Unable to listen for events on servername.
This is fixed by re-adding the above two lines.
Thanks.
The text was updated successfully, but these errors were encountered: