21 lines
419 B
Caddyfile
21 lines
419 B
Caddyfile
key.reifonas.cloud:80 {
|
|
root * /usr/share/caddy
|
|
|
|
basic_auth /* {
|
|
tracksteel $2b$14$2Rk9pVa.AI8vSVlMEcnbQOM8VG3WKOCf64giywohxtZfkrhNpHTLK
|
|
}
|
|
|
|
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
|
|
}
|
|
}
|