diff --git a/nginx.conf b/nginx.conf index d429619..12b4370 100644 --- a/nginx.conf +++ b/nginx.conf @@ -60,11 +60,6 @@ server { expires 1y; add_header Cache-Control "public, immutable"; add_header Vary "Accept-Encoding"; - - # Preload header pour les ressources critiques - location ~* -[a-f0-9]{8}\.(css|js)$ { - add_header Link "; rel=preload; as=script" always; - } } # Cache static assets - Fonts