caddy/conf.d/demo.bbaovanc.com

24 lines
419 B
Plaintext
Raw Normal View History

2021-11-08 19:15:57 -06:00
# vim: ft=caddyfile
demo.bbaovanc.com {
import hsts
root * /var/www/demo.bbaovanc.com
2023-11-05 01:06:56 -05:00
handle /staging/* {
header Cache-Control no-cache
file_server {
browse
precompressed br gzip
}
}
handle {
header Cache-Control no-store
header X-Robots-Tag noindex
file_server {
browse
}
2021-11-08 19:15:57 -06:00
}
import basicerrors
}