mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
添加http文件服务可挂载物理目录,新增ENABLE_API_STATIC_LIB
sa
This commit is contained in:
@@ -112,6 +112,8 @@ const string kKeepAliveSecond = HTTP_FIELD"keepAliveSecond";
|
||||
const string kCharSet = HTTP_FIELD"charSet";
|
||||
//http 服务器根目录
|
||||
const string kRootPath = HTTP_FIELD"rootPath";
|
||||
//http 服务器虚拟目录
|
||||
const string kVirtualPath = HTTP_FIELD "virtualPath";
|
||||
//http 404错误提示内容
|
||||
const string kNotFound = HTTP_FIELD"notFound";
|
||||
//是否显示文件夹菜单
|
||||
|
||||
Reference in New Issue
Block a user