They fixed it a bit ago.

    • Tenkard@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      22 days ago

      I use caddy as reverse proxy and you have to do… Literally nothing. Point the domain at your server and write in the Caddyfile

      my.domain { reverse_proxy myservice:3000 }

      It also supports wildcard certificates for many domain services