Files
opt/caddy/sites/root.caddy

12 lines
178 B
Plaintext

{$SUBDOMAIN}.{$DOMAIN} {
handle_path /test/* {
reverse_proxy host:12345
}
handle_path /jellyfin/* {
reverse_proxy host:8097
}
log {
output file /var/log/root.log
}
}