Files
opt/caddy/sites/root.caddy
2024-12-04 18:54:13 +01:00

20 lines
310 B
Plaintext

rik.veenboer.xyz \
*.rik.veenboer.xyz \
{
handle_path /test/* {
reverse_proxy host:12345
}
handle_path /jellyfin/* {
reverse_proxy host:8097
}
tls {
dns route53 {
access_key_id {$AWS_ACCESS_KEY_ID}
secret_access_key {$AWS_SECRET_ACCESS_KEY}
}
}
log {
output file /var/log/root.log
}
}