From 8697e69e3aefdb3c0ef9faba8bbd2938fa815685 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 12 Jul 2019 04:57:33 +0200 Subject: [PATCH] thumb: jpeg content type for cached images Generated files should be image/jpeg regardless of extension. --- thumb/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/thumb/.htaccess b/thumb/.htaccess index d54d56a..3c637c1 100644 --- a/thumb/.htaccess +++ b/thumb/.htaccess @@ -1,3 +1,4 @@ Header set Cache-Control "max-age=2628000" +ForceType 'image/jpeg' -- 2.30.0