mirror of
https://gitlab.com/futile/thingy.git
synced 2026-07-20 21:50:15 +00:00
17 lines
252 B
Caddyfile
17 lines
252 B
Caddyfile
# uncomment if ratelimited
|
|
# {
|
|
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
|
# }
|
|
|
|
mail.yaoi.dog {
|
|
reverse_proxy stalwart:8080
|
|
}
|
|
|
|
post.yaoi.dog {
|
|
reverse_proxy bulwark:3000
|
|
}
|
|
|
|
git.yaoi.dog {
|
|
reverse_proxy gitea:3000
|
|
}
|