mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Add application/wasm mimetype
Useful for serving wasm files. See https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#configure-wasm-mime-type
This commit is contained in:
parent
cbbaba25fb
commit
e2e693e1cf
@ -310,6 +310,7 @@ static gid_t drop_gid = INVALID_GID;
|
||||
static const char *default_extension_map[] = {
|
||||
"application/ogg" " ogg",
|
||||
"application/pdf" " pdf",
|
||||
"application/wasm" " wasm",
|
||||
"application/xml" " xsl xml",
|
||||
"application/xml-dtd" " dtd",
|
||||
"application/xslt+xml" " xslt",
|
||||
|
Loading…
Reference in New Issue
Block a user