Hi there,
Moving my setup from nginx to Caddy and I’ve got most things working for Plex except for websockets. I am seeing regular websocket errors in the console/logfile which is preventing notifications and other activities that Plex uses websockets for.
Caddyfile:
plex.domain.com {
gzip
proxy / 192.168.1.3:32400 {
transparent
}
}
Error in console:
17/Sep/2018:17:13:07 +0000 [ERROR 502 /:/websockets/notifications] EOF
I’ve tried adding a websocket directive in my Caddyfile as well but doesn’t seem to do anything.
Any thoughts?
Thanks!