2021-11-08 19:15:57 -06:00
|
|
|
# vim: ft=caddyfile
|
|
|
|
|
|
|
|
demo.bbaovanc.com {
|
|
|
|
import hsts
|
2021-12-17 21:08:49 -06:00
|
|
|
import log
|
2021-11-08 19:15:57 -06:00
|
|
|
|
|
|
|
header Cache-Control no-store
|
2021-11-20 16:49:33 -06:00
|
|
|
header X-Robots-Tag noindex
|
2021-11-08 19:15:57 -06:00
|
|
|
root * /var/www/demo.bbaovanc.com
|
|
|
|
file_server {
|
|
|
|
browse
|
|
|
|
}
|
|
|
|
|
|
|
|
import basicerrors
|
|
|
|
}
|