Comment on what's the simple way to map services to subdomains instead of specifying the port number?
kossa@feddit.org 1 day agoDo I use caddy just for this or do I have to figure out how to move each of them to use this web server?
No, your services stay basically untouched. They still need to deliver their content via a webserver. But instead of delivering it straight to your browser, they now pass it to your reverse proxy (caddy), which delivers it to you.