Hi,
I have server running Plex. On the server there are other docker containers and other web services. They all run on different ports as 443 is taken for my proxy. I have a HAProxy that listens on port 443 https and routes the connections depending on the domain name. It works great.
I also route all Plex requests that way. The problem is that when I try to turn send-proxy (Proxy protocol) in HAProxy, Plex does not recognize it.
Without the Proxy protocol, the dashboard is always showing local connections as they all come from the HAProxy and Plex does not recognize any external IPs.
Does Plex support proxy protocol and how can I activate it?
Thanks!