pastes.sh/Caddyfile

9 lines
136 B
Caddyfile

*.pastes.sh, pastes.sh {
reverse_proxy web:3000
tls hello@pastes.sh
tls {
dns cloudflare {env.CF_API_TOKEN}
}
encode zstd gzip
}