File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RESET='\E[0m'
99DOCKER_IMAGE=nginxproxymanager/nginx-full
1010
1111export OPENRESTY_VERSION=1.19.9.1
12- export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
12+ export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.11
1313export LUA_VERSION=5.1.5
1414export LUAROCKS_VERSION=3.3.1
1515
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
2121rm -rf /tmp/crowdsec-openresty-bouncer.tgz
2222cd /tmp/crowdsec
2323
24- bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/etc/nginx/lualib --CONFIG_PATH=/defaults/crowdsec --DATA_PATH=/defaults/crowdsec --docker
24+ bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/etc/nginx/lualib --CONFIG_PATH=/defaults/crowdsec --DATA_PATH=/defaults/crowdsec --SSL_CERTS_PATH=/etc/ssl/certs/GTS_root_R1.pem -- docker
2525sed -i ' s|ENABLED=.*|ENABLED=false|' /defaults/crowdsec/crowdsec-openresty-bouncer.conf
2626rm -rf /tmp/crowdsec
2727
You can’t perform that action at this time.
0 commit comments