mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
10 lines
131 B
Caddyfile
10 lines
131 B
Caddyfile
{
|
|
debug
|
|
email peter@peterwood.dev
|
|
}
|
|
|
|
jellyfin.peterwood.rocks {
|
|
encode gzip
|
|
reverse_proxy https://localhost:8920
|
|
}
|