Comment on How to reverse proxy?

monogram@feddit.nl ⁨7⁩ ⁨hours⁩ ago

Caddy

It’s three lines of configuration

jellyfin.example.com {
  reverse_proxy http://localhost:8083/
}

Automatic https with let’sencrypt, simplicity of a single binary, downgrade is as simple as replace binary & restart service.

source
Sort:hotnewtop