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 d8a3933 commit 138dd1fCopy full SHA for 138dd1f
openresty/crowdsec_openresty.conf
@@ -4,7 +4,7 @@ lua_ssl_trusted_certificate ${SSL_CERTS_PATH};
4
5
init_by_lua_block {
6
cs = require "crowdsec"
7
- local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v1.1.0")
+ local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v1.1.1")
8
if ok == nil then
9
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
10
error()
0 commit comments