Comment on what's the simple way to map services to subdomains instead of specifying the port number?

moonpiedumplings@programming.dev ⁨3⁩ ⁨days⁩ ago

You want a reverse proxy. A reverse proxy reads requests to subdomains and then forwards them to ports and back.

The easiest GUI one is: nginxproxymanager.com

But there is also just straight nginx, or you can use Caddy or traefik or anything else.

original
Sort:hotnewtop