remove dns via route53 (no longer using wildcard)

This commit is contained in:
2024-12-13 08:52:20 +01:00
parent 0f95b99981
commit 32198d453f

View File

@@ -5,12 +5,6 @@
handle_path /jellyfin/* { handle_path /jellyfin/* {
reverse_proxy host:8097 reverse_proxy host:8097
} }
tls {
dns route53 {
access_key_id {$AWS_ACCESS_KEY_ID}
secret_access_key {$AWS_SECRET_ACCESS_KEY}
}
}
log { log {
output file /var/log/root.log output file /var/log/root.log
} }