toomuchio / plex-nginx-reverseproxy

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

Multiple Plex Server #24

Closed sgu222e closed 7 years ago

sgu222e commented 7 years ago

Is it possible to front multiple plex servers through a single nginx reverse proxy? I'm thinking something like domain.com/server1 and domain.com/server2 or server1.domain.com and server2.domain.com

Thanks

toomuchio commented 7 years ago

You can't do it by /server1 as far as I'm aware. But over sub domains yes.

Just build out your config and store it in conf.d/site-available plex1.conf and plex2.conf change the domain it should work fine, you may need to use another name for the upstream block in plex2 however.

But yes, this will work. I was even using nginx to load balance between two identical plex instances on different servers.