mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
526 B
13 lines
526 B
lua_shared_dict dict_locks 100k;
|
|
lua_shared_dict dict_req_count 10m;
|
|
lua_shared_dict waf 30m;
|
|
lua_shared_dict waf_black_ip 10m;
|
|
lua_shared_dict waf_limit 10m;
|
|
lua_shared_dict waf_accesstoken 10m;
|
|
|
|
lua_package_path "/usr/local/openresty/1pwaf/?.lua;/usr/local/openresty/1pwaf/lib/?.lua;;";
|
|
init_by_lua_file /usr/local/openresty/1pwaf/init.lua;
|
|
access_by_lua_file /usr/local/openresty/1pwaf/waf.lua;
|
|
log_by_lua_file /usr/local/openresty/1pwaf/log_and_traffic.lua;
|
|
init_worker_by_lua_file /usr/local/openresty/1pwaf/worker.lua;
|