From 8bbbd6e7f5280cc605a49e48b4eb9c3fb7d2a67b Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Wed, 18 Sep 2024 16:40:25 +0100 Subject: [PATCH] Update main.lua (#57) --- ingress-nginx/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingress-nginx/main.lua b/ingress-nginx/main.lua index a63e88c..6adb827 100644 --- a/ingress-nginx/main.lua +++ b/ingress-nginx/main.lua @@ -2,7 +2,7 @@ local cs = require "plugins.crowdsec.crowdsec" local ngx = ngx local _M = {} -local ok, err = cs.init("/etc/nginx/lua/plugins/crowdsec/crowdsec-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.3) +local ok, err = cs.init("/etc/nginx/lua/plugins/crowdsec/crowdsec-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.3") if ok == nil then ngx.log(ngx.ERR, "[Crowdsec] " .. err) error()