toomuchio / plex-nginx-reverseproxy

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

Multiple (Chained) reverse proxies #49

Closed landerrosette closed 3 years ago

landerrosette commented 4 years ago

Hi,

My setup is like this,

Client -> Reverse Proxy 1 -> Reverse Proxy 2 -> Plex Server.

I am trying to figure out whether and what adjustments should be made to the Nginx config of a reverse proxy whose upstream is also a reverse proxy, like, Reverse Proxy 1 on the above. Like, should I only turn gzip on in the Nginx config of the Plex Server? If yes, are there any other lines that should be removed from the configs of a reverse proxy to another reverse proxy?

It's kind of not a real issue. End up here because I can barely find any related info.

Thanks!