1. Caddy version (caddy version
):
2.5.1
2. How I run Caddy:
a. System environment:
windows 11
b. Command:
caddy start
c. Service/unit/compose file:
d. My complete Caddyfile or JSON config:
hello.world {
reverse_proxy {
dynamic http http://registry.example.org/some-service {
refresh <interval>
dial_timeout <duration>
dial_fallback_delay <duration>
}
}
}
3. The problem I’m having:
can reverse proxy to dynamic upstreams by http?