Files
town/Caddyfile
T
2026-07-21 10:27:39 +01:00

17 lines
255 B
Caddyfile

# uncomment if ratelimited
# {
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
# }
post.atom.town {
reverse_proxy stalwart:8080
}
mail.atom.town {
reverse_proxy bulwark:3000
}
git.atom.town {
reverse_proxy gitea:3000
}