bunkerweb/confs/site/log-lua.conf
2021-05-13 16:21:51 +02:00

12 lines
154 B
Plaintext

log_by_lua_block {
local use_bad_behavior = %USE_BAD_BEHAVIOR%
local behavior = require "behavior"
if use_bad_behavior then
behavior.count()
end
}