Files
caddy/conf.d/mail.boba.best
bbaovanc 58ff080106 Remove log
I never ended up reading the server side logging. Even with `goaccess`,
there was too much noise from bots and crawlers.
2022-05-20 23:34:56 -05:00

12 lines
296 B
Caddyfile

# vim: ft=caddyfile
mail.boba.best mail.bbaovanc.com autodiscover.boba.best autodiscover.bbaovanc.com autoconfig.boba.best autoconfig.bbaovanc.com {
encode zstd gzip
import hsts
reverse_proxy localhost:8082 {
header_up X-Real-IP {remote_host}
}
import basicerrors
}