mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add TEST_TYPE environment variable for Linux testing in modsecurity
This commit is contained in:
parent
0b7d57f919
commit
fe3fe9ec26
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue