Skip to content

Commit 138dd1f

Browse files
committed
increase bouncer version
1 parent d8a3933 commit 138dd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openresty/crowdsec_openresty.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lua_ssl_trusted_certificate ${SSL_CERTS_PATH};
44

55
init_by_lua_block {
66
cs = require "crowdsec"
7-
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v1.1.0")
7+
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v1.1.1")
88
if ok == nil then
99
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
1010
error()

0 commit comments

Comments
 (0)