From f92e6b0b16ab96b1c57d10bfd64a66ad44011e96 Mon Sep 17 00:00:00 2001 From: kinou-p Date: Thu, 2 Oct 2025 18:39:16 +0200 Subject: [PATCH] fix nginx --- nginx.conf | 5 ----- 1 file changed, 5 deletions(-) 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