caddy/conf.d/bbaovanc.com

19 lines
280 B
Plaintext
Raw Normal View History

2021-11-08 19:15:57 -06:00
# vim: ft=caddyfile
www.bbaovanc.com {
redir https://bbaovanc.com{uri}
}
bbaovanc.com {
import hsts
import log
header Cache-Control no-cache
root * /var/www/bbaovanc.com/public
file_server {
precompressed br gzip
}
import basicerrors
}