23 lines
322 B
Caddyfile
23 lines
322 B
Caddyfile
# uncomment if ratelimited
|
|
# {
|
|
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
|
# }
|
|
|
|
yaoi.dog {
|
|
root * /srv/home
|
|
file_server
|
|
encode zstd
|
|
}
|
|
|
|
post.atom.town {
|
|
reverse_proxy stalwart:8080
|
|
}
|
|
|
|
mail.atom.town {
|
|
reverse_proxy bulwark:3000
|
|
}
|
|
|
|
git.atom.town {
|
|
reverse_proxy gitea:3000
|
|
}
|