mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 03:29:57 +00:00
FIX Mainstream Nginx / Cleanup Signing Keys
This commit is contained in:
parent
be92b130b5
commit
d873797aba
1 changed files with 5 additions and 0 deletions
|
@ -262,6 +262,10 @@ echo "${bold}${magenta}------------------------------"
|
||||||
sudo cp ${TRAVIS_BUILD_DIR}/.dev-tools/test_units/nginx.conf-newformat /etc/nginx/nginx.conf
|
sudo cp ${TRAVIS_BUILD_DIR}/.dev-tools/test_units/nginx.conf-newformat /etc/nginx/nginx.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cleanupNginxKeys () {
|
||||||
|
sudo rm ${TRAVIS_BUILD_DIR}/nginx_signing.key*
|
||||||
|
}
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# Trigger Functions
|
# Trigger Functions
|
||||||
# -----------------
|
# -----------------
|
||||||
|
@ -296,6 +300,7 @@ reloadNginX
|
||||||
waitforReload
|
waitforReload
|
||||||
backupConfFiles
|
backupConfFiles
|
||||||
getnginxversion
|
getnginxversion
|
||||||
|
cleanupNginxKeys
|
||||||
|
|
||||||
# ----------------------
|
# ----------------------
|
||||||
# Exit With Error Number
|
# Exit With Error Number
|
||||||
|
|
Loading…
Add table
Reference in a new issue