From 0afde29e22b0adc91b29a2fc2662b92b7a49b64f Mon Sep 17 00:00:00 2001 From: kinou-p Date: Thu, 2 Oct 2025 18:46:35 +0200 Subject: [PATCH] fix nginx --- nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nginx.conf b/nginx.conf index 89e8ccd..f8147e0 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