22 lines
509 B
Text
22 lines
509 B
Text
|
|
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"
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|