caddy/conf.d/bbaovanc.com

18 lines
295 B
Plaintext
Raw Normal View History

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