16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
demo.bbaovanc.com {
|
|
import hsts
|
|
import log
|
|
|
|
header Cache-Control no-store
|
|
header X-Robots-Tag noindex
|
|
root * /var/www/demo.bbaovanc.com
|
|
file_server {
|
|
browse
|
|
}
|
|
|
|
import basicerrors
|
|
}
|