Commit 66450bf3 authored by Sergey Lyubka's avatar Sergey Lyubka

Merge pull request #450 from sebgod/master

mongoose.c: using application/javascript for .js
parents 31178f4d 478ca05e
...@@ -1482,7 +1482,7 @@ static const struct { ...@@ -1482,7 +1482,7 @@ static const struct {
{".shtm", 5, "text/html"}, {".shtm", 5, "text/html"},
{".shtml", 6, "text/html"}, {".shtml", 6, "text/html"},
{".css", 4, "text/css"}, {".css", 4, "text/css"},
{".js", 3, "application/x-javascript"}, {".js", 3, "application/javascript"},
{".ico", 4, "image/x-icon"}, {".ico", 4, "image/x-icon"},
{".gif", 4, "image/gif"}, {".gif", 4, "image/gif"},
{".jpg", 4, "image/jpeg"}, {".jpg", 4, "image/jpeg"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment