14 lines
223 B
Caddyfile
14 lines
223 B
Caddyfile
{
|
|
email hoostine@gmail.com
|
|
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
|
acme_dns route53 {
|
|
max_retries 10
|
|
region "us-east-1"
|
|
}
|
|
key_type p384
|
|
}
|
|
|
|
gitea.nopants.ctop.us {
|
|
reverse_proxy gitea:3000
|
|
}
|