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 18760d4 commit d3418f5Copy full SHA for d3418f5
rootfs/etc/cont-init.d/99_crowdsec-openresty-bouncer.sh
@@ -7,7 +7,9 @@ log() {
7
}
8
9
mkdir -p /config/crowdsec/templates/
10
-echo "Deploy Crowdsec Openresty Bouncer manually.."
+echo "Deploy Crowdsec Openresty Bouncer.."
11
+sed -i 's|/defaults/crowdsec|/config/crowdsec|' /etc/nginx/conf.d/crowdsec_openresty.conf
12
+
13
if [ -f /config/crowdsec/crowdsec-openresty-bouncer.conf ]; then
14
echo "Patch crowdsec-openresty-bouncer.conf .."
15
sed "s/=.*//g" /config/crowdsec/crowdsec-openresty-bouncer.conf > /tmp/crowdsec.conf.raw
0 commit comments