Version 1.14.0
Main changes
Add --prefix and --base to serve files under a specific sub url path.
Could be useful if server is behind a reverse proxy and received the request without proxying path stripped.
Symbol links are now dereferenced to actual file or directory they point to.
Fix issue that cannot upload over 100 files within single directory at one time. #21
Other fixes and improvements.
主要变更
添加--prefix和--base指定在URL子路径下提供服务。
如果服务器在反向代理之后,且收到的请求并未去除代理路径前缀,可能较有用。
符号链接现在被解引用到它实际指向的文件或目录。
修复上传文件到单个目录下,一次不能超过100个的问题。 #21
其他修复和改进。