This commit is contained in:
counterweight 2025-12-24 10:39:09 +01:00
parent feefd59b80
commit 1d6f58ab8b
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 98 additions and 1 deletions

View file

@ -0,0 +1,21 @@
bitcoininfra.contrapeso.xyz {
# Root directory where the static files are located
root * /var/www/bitcoin-services-home/
# Enable file server to serve static files
file_server
# Optional: Enable compression
encode gzip zstd
# Optional: Set security headers
header {
# Security headers
X-Content-Type-Options "nosniff"
X-Frame-Options "DENY"
X-XSS-Protection "1; mode=block"
Referrer-Policy "strict-origin-when-cross-origin"
}
}