diff --git a/tests/core/modsecurity/test.sh b/tests/core/modsecurity/test.sh index b93d49df8..853137a11 100755 --- a/tests/core/modsecurity/test.sh +++ b/tests/core/modsecurity/test.sh @@ -34,6 +34,7 @@ else echo "MODSECURITY_SEC_AUDIT_ENGINE=RelevantOnly" | sudo tee -a /etc/bunkerweb/variables.env echo "MODSECURITY_SEC_RULE_ENGINE=On" | sudo tee -a /etc/bunkerweb/variables.env echo "MODSECURITY_SEC_AUDIT_LOG_PARTS=ABCFHZ" | sudo tee -a /etc/bunkerweb/variables.env + export TEST_TYPE="linux" sudo touch /var/www/html/index.html sudo cp ready.conf /etc/bunkerweb/configs/server-http fi