working
This commit is contained in:
parent
feefd59b80
commit
1d6f58ab8b
6 changed files with 98 additions and 1 deletions
21
caddy.bitcoininfra.contrapeso.xyz.conf
Normal file
21
caddy.bitcoininfra.contrapeso.xyz.conf
Normal 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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue