Skip to content

Commit

Permalink
corrected mimetype for js
Browse files Browse the repository at this point in the history
  • Loading branch information
jflatow committed Feb 10, 2010
1 parent 3feb1cf commit c12fa8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/lighttpd-master.conf
Expand Up @@ -41,12 +41,12 @@ url.redirect = ("^/$" => "/disco/status")
server.dir-listing = "enable"
index-file.names = ( "index.html" )
mimetype.assign = (
".png" => "image/png",
".jpg" => "image/jpeg",
".css" => "text/css",
".js" => "application/javascript",
".png" => "image/png",
".jpg" => "image/jpeg",
".css" => "text/css",
".js" => "text/javascript",
".html" => "text/html",
"" => "text/plain"
"" => "text/plain"
)

include_shell "$DISCO_MASTER_HOME/make-lighttpd-proxyconf.py"

0 comments on commit c12fa8d

Please sign in to comment.