From 68d26c84f1537eb4263ecb8e20ae14c94d61e8ff Mon Sep 17 00:00:00 2001 From: Leonardo Date: Tue, 4 Feb 2025 18:58:47 -0300 Subject: [PATCH] hotfix: remove unsupported image/x-icon type from nginx configuration --- nginx/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 7fc90bc..d6bc83e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -40,7 +40,6 @@ http { application/xml text/javascript image/svg+xml; - image/x-icon; image/jpeg; image/png; image/gif;