Skip to content

Commit

Permalink
Merge pull request #49 from crowdsecurity/bump_1.0.6
Browse files Browse the repository at this point in the history
Bump to v1.0.6
  • Loading branch information
AlteredCoder authored Dec 20, 2023
2 parents 73cc5dd + 5893c7b commit a40fbdf
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.4")
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf", "crowdsec-nginx-bouncer/v1.0.6")
if ok == nil then
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
error()
Expand Down

0 comments on commit a40fbdf

Please sign in to comment.