diff --git a/nginx.conf b/nginx.conf index 9103e21..42cd34d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,11 +26,6 @@ server { deny all; } - location ~* \.(css|js|gif|ico|jpeg|jpg|png|svg|woff|woff2|ttf|eot)$ { - expires 1y; - add_header Cache-Control "public, immutable"; - } - add_header X-Frame-Options "SAMEORIGIN" always; add_header X-Content-Type-Options "nosniff" always; add_header X-XSS-Protection "1; mode=block" always;