17 lines
255 B
Caddyfile
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
|
|
}
|