19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
|
# 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
|
||
|
}
|