20 lines
650 B
Caddyfile
20 lines
650 B
Caddyfile
lescarnetsdakkadien.netig.net {
|
|
@assets path /main.css /giallo.css /images/* /fonts/*
|
|
@documents {
|
|
not path /main.css /giallo.css /images/* /fonts/*
|
|
}
|
|
|
|
header {
|
|
Content-Security-Policy "default-src 'self'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; object-src 'none'"
|
|
Referrer-Policy "strict-origin-when-cross-origin"
|
|
Strict-Transport-Security "max-age=31536000"
|
|
X-Content-Type-Options "nosniff"
|
|
X-Frame-Options "DENY"
|
|
}
|
|
|
|
header @assets >Cache-Control "public, max-age=86400"
|
|
header @documents >Cache-Control "no-cache"
|
|
|
|
reverse_proxy 127.0.0.1:8002
|
|
}
|