]> git.openstreetmap.org Git - rails.git/commitdiff
Add jpeg to mime-type lighttpd.conf table, fixed #2031
authorGrant Slater <openstreetmap@firefishy.com>
Sun, 5 Jul 2009 01:45:10 +0000 (01:45 +0000)
committerGrant Slater <openstreetmap@firefishy.com>
Sun, 5 Jul 2009 01:45:10 +0000 (01:45 +0000)
config/lighttpd.conf

index 12b0ec6f519dc3c9c915ea6d61cb54bc11dafe66..21bb09193051a0a85e88878adfa37508f1b5c880 100644 (file)
@@ -61,6 +61,7 @@ mimetype.assign = (
   ".css" => "text/css",
   ".gif" => "image/gif",
   ".html" => "text/html; charset=utf-8",
+  ".jpg" => "image/jpeg",
   ".js" => "application/x-javascript",
   ".png" => "image/png",
   ".swf" => "application/x-shockwave-flash",