mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-02 08:17:33 +08:00
添加http文件服务可挂载物理目录,新增ENABLE_API_STATIC_LIB
sa
This commit is contained in:
@@ -183,6 +183,8 @@ extern const string kKeepAliveSecond;
|
||||
extern const string kCharSet;
|
||||
//http 服务器根目录
|
||||
extern const string kRootPath;
|
||||
//http 服务器虚拟目录 虚拟目录名和磁盘物理路径使用“,”隔开,多个配置路径间用 "|"隔开,例如 path1,d:/record|path2,e:/record
|
||||
extern const string kVirtualPath;
|
||||
//http 404错误提示内容
|
||||
extern const string kNotFound;
|
||||
//是否显示文件夹菜单
|
||||
|
||||
Reference in New Issue
Block a user