bitcoin-services-home/caddy.bitcoininfra.contrapeso.xyz.conf

22 lines
509 B
Text
Raw Permalink Normal View History

2025-12-24 10:39:09 +01:00
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"
}
}