I set up Nginx Proxy Manager, and one of my services I want to serve is my Jellyfin which is hosted on another machine. Instead of Proxying the stream though, it’d be easier on the network to use the Nginx Stream module for facilitating that, I would expect.

The issue I’m facing is it seems like the only way to set up Nginx Stream is based on port, rather than by domain, and if I want to do it based on domain, I’d be proxying the data instead.

Is there any way to Stream to my Jellyfin rather than Proxying?

Thanks!