1. The problem I’m having:
Issue when trying to group multiple domains to mutliple reverse_proxy (not sure if possible)
having multiple subdomains and servers it would be helpful, is there a way?
2. Error messages and/or full log output:
Error: adapting config using caddyfile: parsing caddyfile tokens for 'reverse_proxy': unrecognized subdirective http://jellyfin:8096, at /etc/caddy/Caddyfile:45
3. Caddy version:
4. How I installed and ran Caddy:
a. System environment:
Debian 12 x64 - Docker built with ionos dns challenge
b. Command:
N/A
c. Service/unit/compose file:
N/A
d. My complete Caddy config:
(ionos) {
tls {
dns ionos mykey
}
}
https://truenas.domain.com, https://jellyfin.domain.com, https://backrest.domain.com {
reverse_proxy {
http://192.168.0.2
http://jellyfin:8096
http://192.168.0.3:9898
}
import ionos
}