代码拉取完成,页面将自动刷新
基于openresty/lua-nginx-module的WAF系统
A WAF based on openresty/lua-nginx-module
将代码放在位于nginx根目录下的lua/nginx-lua-ds-waf/下
Put the code into the directory lua/nginx-lua-ds-waf which is located in the root directory of the nginx
在nginx.conf的http段中添加如下配置:
Add the config below to the http seg in nginx.conf:
lua_package_path "/usr/local/nginx/lua/nginx-lua-ds-waf/?.lua;;";
lua_shared_dict dymanic_block_ips_pool 10m;
init_by_lua_file lua/nginx-lua-ds-waf/init.lua;
access_by_lua_file lua/nginx-lua-ds-waf/waf.lua;
WAF相关的配置在config.lua中,需要保证nginx的worker process对日志文件有读写权限
You can config WAF with the file config.lua,and you must make the worker process of nginx have the read and write permission to the log file
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。