From 58a608cb542a1fa955a4a31579bf3f7c58415c18 Mon Sep 17 00:00:00 2001 From: not-nullptr <62841684+not-nullptr@users.noreply.github.com> Date: Sun, 13 Apr 2025 13:51:22 +0100 Subject: [PATCH] fix: conversions NOT WORKING??? --- nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nginx.conf b/nginx.conf index d9cc10f..0a5be24 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,12 +10,6 @@ server { location / { try_files $uri $uri/ /index.html; } - - location ~* \.(?:ico|css|js|gif|jpe?g|png|woff2?|eot|ttf|svg|otf|webp)$ { - expires 6M; - access_log off; - add_header Cache-Control "public"; - } error_page 404 /index.html;