增加自定义模块

This commit is contained in:
xx
2024-06-01 19:18:14 +08:00
parent ae449ff5d3
commit a090307768
26 changed files with 438 additions and 105 deletions

View File

@@ -7,6 +7,8 @@ base=${current_dir}
app_dir=${base}/scripts/app
; LUA库目录
lib_dir=${base}/scripts/lib
; 模块目录
module_dir=${base}/module
; LUA虚拟机缓存数量(并发越高越大)-建议10
lua_cache_size=3000
; 脚本映射网站目录
@@ -16,6 +18,7 @@ app_mapping_dir=/scripts/
; 自动检测文件修改时间(秒)
auto_update_sec=3
[website]
; 网站静态文件目录
static_dir=${base}/www