force mime type of thumbs through apache

git-svn-id: http://yolanda.mister-muffin.de/svn@278 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2008-04-08 13:25:33 +00:00
parent 957bb1f926
commit 9041618c48

View file

@ -8,6 +8,10 @@ NameVirtualHost *
AllowOverride None
</Directory>
<Location /video-stills>
ForceType image/jpeg
</Location>
AllowEncodedSlashes On
RewriteEngine On