18 lines
295 B
Plaintext
18 lines
295 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
www.bbaovanc.com, boba.best, www.boba.best {
|
|
redir https://bbaovanc.com{uri} 308
|
|
}
|
|
|
|
bbaovanc.com {
|
|
import hsts
|
|
|
|
header Cache-Control no-cache
|
|
root * /var/www/bbaovanc.com/public
|
|
file_server {
|
|
precompressed br gzip
|
|
}
|
|
|
|
import basicerrors
|
|
}
|