Initial: VaultUI - Gerenciador de Credenciais
This commit is contained in:
24
Caddyfile
Normal file
24
Caddyfile
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user