Files
infra-rn1932fd/caddy/Caddyfile
T
2026-08-18 00:22:00 +00:00

10 lines
265 B
Caddyfile

{
# Global option: Sets DNS-01 for all certificates using the Cloudflare plugin
acme_dns cloudflare {$CLOUDFLARE_API_TOKEN}
}
ilboo.com {
# Forward requests to port 5003 running directly on the host system
reverse_proxy host.docker.internal:5003
}