Web site servers

Hi level ones. Is it possible to have just one domain but use multiple servers or sources? So like www.website.com would be a blog hosted on linode or something then www.website.com/jellyfin would be my home pc jellyfin server?
It might be important to note I’m using a phone tethered wifi hotspot and can’t port forward I don’t think.
Cheers for any responses. I might not need to use it but it caught my curiosity.

Use subdomains, and then its very simple

All of the below could EASILY go to different places with DNS record changes

jellyfin.example.com
example.com
blog.example.com

etc

If you can’t port forward but need to get to your home Jellyfin server, there are multiple ways to do that if you have a VPS. Something like Tailscale (I’ve never run it) or just a simple site to site WG Tunnel between the two, etc

5 Likes

The alternative is to use something like nginx-proxy redirecting calls to one domain to other servers.

2 Likes

Oh interesting replies thankyou. I’ll have to go lookup what these terms mean now.

1 Like

Yes, use a proxy like nginx.

1 Like