Comment on what's the simple way to map services to subdomains instead of specifying the port number?
possiblylinux127@lemmy.zip 1 week agoI would look into learning about the OSI model
For context, Caddy is a reverse proxy which is specific to the layer 7 protocol http. Layer 7 protocols are generally not compatible with one another since under the hood SSH, HTTP are all very different despite them all running on top of TCP.