Utilise maintenant Zola v0.23.1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user