Add: Service filter buttons
This commit is contained in:
20
Caddyfile
Normal file
20
Caddyfile
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user