25 lines
436 B
Caddyfile
25 lines
436 B
Caddyfile
key.reifonas.cloud {
|
|
root * /var/www/keys
|
|
|
|
basicauth /* {
|
|
tracksteel JGRh4nLp8$vWq2xKmN3oP5rT7uY9zA1c
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
log {
|
|
output file /var/log/caddy/keys-access.log
|
|
}
|
|
}
|