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

<- View Parent
lemmyvore@feddit.nl ⁨2⁩ ⁨weeks⁩ ago

Also, 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}

original
Sort:hotnewtop