From 1ce58386c5ee7086ac6848f35cade5d45bf86764 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Nov 2013 01:06:08 -0700 Subject: Sun Nov 3 01:05:44 PDT 2013 --- extra/lighttpd/lighttpd.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'extra/lighttpd/lighttpd.conf') diff --git a/extra/lighttpd/lighttpd.conf b/extra/lighttpd/lighttpd.conf index ed192352a..8ec790941 100644 --- a/extra/lighttpd/lighttpd.conf +++ b/extra/lighttpd/lighttpd.conf @@ -9,4 +9,14 @@ server.document-root = "/srv/http" server.errorlog = "/var/log/lighttpd/error.log" dir-listing.activate = "enable" index-file.names = ( "index.html" ) -mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", "" => "application/octet-stream" ) +mimetype.assign = ( + ".html" => "text/html", + ".txt" => "text/plain", + ".css" => "text/css", + ".js" => "application/x-javascript", + ".jpg" => "image/jpeg", + ".jpeg" => "image/jpeg", + ".gif" => "image/gif", + ".png" => "image/png", + "" => "application/octet-stream" + ) -- cgit v1.2.3-54-g00ecf