21 lines
419 B
Caddyfile
21 lines
419 B
Caddyfile
key.reifonas.cloud:80 {
|
|
root * /usr/share/caddy
|
|
|
|
basic_auth /* {
|
|
tracksteel $2a$14$FrvxlSG4K58bnTitHVU.4OF8BGBKoedoF0a22LyzAMxuTjlrjKD8S
|
|
}
|
|
|
|
file_server {
|
|
browse
|
|
}
|
|
|
|
encode gzip
|
|
|
|
header {
|
|
X-Content-Type-Options nosniff
|
|
X-Frame-Options DENY
|
|
X-XSS-Protection "1; mode=block"
|
|
Referrer-Policy strict-origin-when-cross-origin
|
|
}
|
|
}
|