pastes.sh/Caddyfile

9 lines
136 B
Caddyfile
Raw Normal View History

2022-07-13 19:30:27 +02:00
*.pastes.sh, pastes.sh {
reverse_proxy web:3000
tls hello@pastes.sh
tls {
dns cloudflare {env.CF_API_TOKEN}
}
encode zstd gzip
}