podbox/quadlets/build/caddy/Caddyfile
2024-11-10 16:46:36 -06:00

7 lines
98 B
Caddyfile

{
acme_dns $provider $api_key
}
qb.$domain.$tld {
reverse_proxy localhost:8080
}