From: Mischa POSLAWSKY Date: Fri, 12 Jul 2019 02:57:33 +0000 (+0200) Subject: thumb: jpeg content type for cached images X-Git-Tag: v4.0^0 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/8697e69e3aefdb3c0ef9faba8bbd2938fa815685 thumb: jpeg content type for cached images Generated files should be image/jpeg regardless of extension. --- 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'