26 lines
420 B
Caddyfile
26 lines
420 B
Caddyfile
# uncomment if ratelimited
|
|
# {
|
|
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
|
# }
|
|
|
|
atom.town {
|
|
root * /srv/home
|
|
file_server
|
|
encode zstd
|
|
|
|
@assets path /assets/*
|
|
header @assets Cache-Control "public, max-age=604800, immutable"
|
|
}
|
|
|
|
post.atom.town {
|
|
reverse_proxy stalwart:8080
|
|
}
|
|
|
|
mail.atom.town {
|
|
reverse_proxy bulwark:3000
|
|
}
|
|
|
|
git.atom.town {
|
|
reverse_proxy gitea:3000
|
|
}
|