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 b18f1cc commit 3fe3f42Copy full SHA for 3fe3f42
root/etc/s6-overlay/s6-rc.d/init-mod-swag-crowdsec/run
@@ -5,6 +5,11 @@ CONFIG_PATH="/config/crowdsec/"
5
LIB_PATH="/usr/local/lua/crowdsec/"
6
DATA_PATH="/var/lib/crowdsec/lua/"
7
8
+if [[ ! -e "/crowdsec-nginx-bouncer.tgz" ]]; then
9
+ # Crowdsec bouncer already configured
10
+ exit 0
11
+fi
12
+
13
echo "**** Configuring CrowdSec nginx Bouncer ****"
14
15
# If API keys are missing, disable mod and exit
0 commit comments