We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8ff63 commit 8bbbd6eCopy full SHA for 8bbbd6e
ingress-nginx/main.lua
@@ -2,7 +2,7 @@ local cs = require "plugins.crowdsec.crowdsec"
2
local ngx = ngx
3
4
local _M = {}
5
-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")
6
if ok == nil then
7
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
8
error()
0 commit comments