Comment on what's the simple way to map services to subdomains instead of specifying the port number?
lemmyvore@feddit.nl 2 weeks agoAlso, to create the reverse proxy, the most simple setup is to install Caddy and write something like this to its config file (Caddyfile):
a.example.com { reverse_proxy 10.0.0.1:1000} b.example.com { reverse_proxy 10.0.0.2:2000}