add seymour icons

This commit is contained in:
2025-12-07 14:15:26 +01:00
parent a7e7697fec
commit 5738815b91
17 changed files with 217 additions and 26 deletions

View File

@@ -41,6 +41,12 @@ http {
add_header X-XSS-Protection "1; mode=block" always;
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
# Logo assets: 1 hour cache
location ~* ^/assets/logos/ {
expires 1h;
add_header Cache-Control "public, max-age=3600";
}
# Temporary: Disable caching during development
location ~* \.(css|js|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
expires 10m;