refactor: remove static asset caching configuration in NGINX

This commit is contained in:
Andras Bacsai
2025-02-09 17:17:35 +01:00
parent faafd05172
commit a76c5e5846
-4
View File
@@ -48,10 +48,6 @@ http {
access_log off;
log_not_found off;
}
location ~* ^/assets/ {
expires 1y;
add_header Cache-Control "public, immutable";
}
# Deny access to hidden files
location ~ /\. {