Skip to content

Commit

Permalink
Bump version to 1.0.7 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Feb 6, 2024
1 parent 46d03cc commit aea8138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/crowdsec_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lua_shared_dict crowdsec_cache 50m;
lua_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
init_by_lua_block {
cs = require "crowdsec"
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf", "crowdsec-nginx-bouncer/v1.0.6")
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf", "crowdsec-nginx-bouncer/v1.0.7")
if ok == nil then
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
error()
Expand Down

0 comments on commit aea8138

Please sign in to comment.