caddy/conf.d/brainman.org
BBaoVanC 7c7191882e Remove worthless server side logging
I never used it because it's not very useful. Too much noise from bots,
crawlers, etc.
2022-05-20 22:56:37 -05:00

18 lines
265 B
Org Mode

# vim: ft=caddyfile
www.brainman.org {
redir https://brainman.org{uri}
}
brainman.org {
import hsts
header Cache-Control no-cache
root * /var/www/brainman.org/public
file_server {
precompressed br gzip
}
import basicerrors
}