mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Add SVG mime type.
This commit is contained in:
parent
e9c474dfac
commit
07af05745e
@ -326,6 +326,7 @@ static const char *default_extension_map[] = {
|
||||
"image/gif" " gif",
|
||||
"image/jpeg" " jpeg jpe jpg",
|
||||
"image/png" " png",
|
||||
"image/svg+xml" " svg",
|
||||
"text/css" " css",
|
||||
"text/html" " html htm",
|
||||
"text/javascript" " js",
|
||||
|
Loading…
Reference in New Issue
Block a user