toomuchio / plex-nginx-reverseproxy

Configuration to serve Plex Media Center https://plex.tv using Nginx https://nginx.com
659 stars 94 forks source link

Bad Gateway on channels #13

Closed kax0 closed 7 years ago

kax0 commented 7 years ago

Hi,

I'm having trouble with a few channels that use ..video/ url for example Sub-Zero.

I keep getting 502 Bad Gateway on the when opening the channel:

https://domain.xyz/video/subzero?X-Plex-Product=...

I tried with port 32400:

https://domain.xyz:32400/video/subzero?X-Plex-Product=...

and it works..

Any ideas?

toomuchio commented 7 years ago

Sure seems like a bug I'll debug and confirm shortly.

toomuchio commented 7 years ago

Indecently can't seem to get this plugin to work correctly on my Plex server. Like... I just can't figure out how to configure it and stuff...

Can you post some access logs just the relevant requests. The plugin may be getting redirected to /web due to the rewrite rule. If it is hopefully there's something in the request we can use to identify it and exclude it from that rewrite.

toomuchio commented 7 years ago

Closing will re-open if I ever get recreation steps unable to recreate the issue or verify this issue.