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:
parent
957bb1f926
commit
9041618c48
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,11 @@ NameVirtualHost *
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
<Location /video-stills>
|
||||||
|
ForceType image/jpeg
|
||||||
|
</Location>
|
||||||
|
|
||||||
AllowEncodedSlashes On
|
AllowEncodedSlashes On
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
Loading…
Reference in a new issue