add static file server and fix root mapping bug

This commit is contained in:
whale
2020-04-26 17:15:27 +08:00
parent c632977ca1
commit 920680ee3d
4 changed files with 55 additions and 25 deletions

View File

@@ -136,5 +136,6 @@
"xsl": "text/xml",
"xwd": "image/x-xwindowdump",
"xyz": "chemical/x-xyz",
"zip": "application/zip"
}
"zip": "application/zip",
"": "application/octet-stream"
}