- minify javascripts with jsmin at compile time
[plewww.git] / httpd / plewww.conf
index 2240a7b..f4555c8 100644 (file)
@@ -48,7 +48,7 @@ DirectoryIndex index.php
 # note: drupal's botstrap.inc does: header("Expires: Sun, 19 Nov 1978 05:00:00 GMT");
 # so forget about optimizing php content
 ExpiresActive On
-<FilesMatch "\.(css|js|png)$">
+<FilesMatch "\.(css|js|png|gif|jpg)$">
 ExpiresDefault "access plus 12 hours"
 </FilesMatch>