memory: 2026-02-17 daily log

This commit is contained in:
Hoid 2026-02-17 21:49:00 +00:00
parent 6e5ca5dd0c
commit 3e37a420f6
26 changed files with 579 additions and 295 deletions

View file

@ -28,7 +28,6 @@ server {
# Cache for 1 day
expires 1d;
add_header Cache-Control "public, max-age=86400";
add_header X-Content-Type-Options nosniff;
}
location = /sitemap.xml {
@ -41,7 +40,6 @@ server {
# Cache for 1 day
expires 1d;
add_header Cache-Control "public, max-age=86400";
add_header X-Content-Type-Options nosniff;
}
# Static assets caching
@ -55,7 +53,6 @@ server {
# Cache static assets for 1 week
expires 7d;
add_header Cache-Control "public, max-age=604800, immutable";
add_header X-Content-Type-Options nosniff;
}
# All other requests
@ -68,7 +65,6 @@ server {
proxy_read_timeout 60s;
# Security headers
add_header X-Content-Type-Options nosniff;
}
listen 443 ssl; # managed by Certbot