Skip to content

Commit

Permalink
Update main.lua (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones authored Sep 18, 2024
1 parent 5e8ff63 commit 8bbbd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingress-nginx/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8bbbd6e

Please sign in to comment.