1 Star 0 Fork 24

sany/zhongkui-waf

forked from bukale/zhongkui-waf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.lua 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
bukale 提交于 2024-08-16 19:44 . 代码规范格式化
-- Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
-- Copyright (c) 2023 bukale bukale2022@163.com
local config = require "config"
local script_path = debug.getinfo(1, 'S').source:sub(2)
local script_dir = script_path:match("(.*[/\\])")
config.ZHONGKUI_PATH = script_dir:sub(1, -2) or "/usr/local/openresty/zhongkui-waf"
config.CONF_PATH = config.ZHONGKUI_PATH .. "/conf"
config.load_config_file()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/xntk2381/zhongkui-waf.git
git@gitee.com:xntk2381/zhongkui-waf.git
xntk2381
zhongkui-waf
zhongkui-waf
master

搜索帮助