thumb: jpeg content type for cached images
[minimedit.git] / thumb / .htaccess
1 <IfModule mod_headers.c>
2         Header set Cache-Control "max-age=2628000"
3 </IfModule>
4 ForceType 'image/jpeg'