mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 03:29:57 +00:00
parent
a843d5f21d
commit
eebb8102f0
2 changed files with 3 additions and 4 deletions
|
@ -132,7 +132,7 @@ sudo bash ./setup-ngxblocker -x -c /usr/local/nginx/conf.d -b /usr/local/nginx/b
|
||||||
|
|
||||||
cat /etc/nginx/nginx.conf
|
cat /etc/nginx/nginx.conf
|
||||||
|
|
||||||
sudo cat /usr/sbin/setup-ngxblocker
|
#sudo cat /usr/sbin/setup-ngxblocker
|
||||||
|
|
||||||
# ************************
|
# ************************
|
||||||
# Load our Nginx.conf file
|
# Load our Nginx.conf file
|
||||||
|
|
|
@ -36,7 +36,6 @@ install:
|
||||||
- sudo apt-get -y install dos2unix
|
- sudo apt-get -y install dos2unix
|
||||||
|
|
||||||
script:
|
script:
|
||||||
#- bash .dev-tools/pull-data.sh
|
|
||||||
- bash .dev-tools/generate-files.sh
|
- bash .dev-tools/generate-files.sh
|
||||||
- bash .dev-tools/install-nginx-1.sh
|
- bash .dev-tools/install-nginx-1.sh
|
||||||
- bash .dev-tools/test-blocker-quick.sh
|
- bash .dev-tools/test-blocker-quick.sh
|
||||||
|
@ -46,14 +45,14 @@ script:
|
||||||
- bash .dev-tools/test-blocker-rate-limiting.sh
|
- bash .dev-tools/test-blocker-rate-limiting.sh
|
||||||
- bash .dev-tools/test-blocker-whitelist.sh
|
- bash .dev-tools/test-blocker-whitelist.sh
|
||||||
# HERE WE TEST update-ngxblocker setup-ngxblocker - DISABLED UNTIL FIXED
|
# HERE WE TEST update-ngxblocker setup-ngxblocker - DISABLED UNTIL FIXED
|
||||||
#- bash .dev-tools/install-nginx-2.sh
|
- bash .dev-tools/install-nginx-2.sh
|
||||||
#- bash .dev-tools/test-blocker-quick.sh
|
#- bash .dev-tools/test-blocker-quick.sh
|
||||||
#- bash .dev-tools/install-nginx-3.sh
|
#- bash .dev-tools/install-nginx-3.sh
|
||||||
#- bash .dev-tools/test-blocker-quick.sh
|
#- bash .dev-tools/test-blocker-quick.sh
|
||||||
#- bash .dev-tools/install-nginx-4.sh
|
#- bash .dev-tools/install-nginx-4.sh
|
||||||
#- bash .dev-tools/test-blocker-quick.sh
|
#- bash .dev-tools/test-blocker-quick.sh
|
||||||
# FROM HERE WE TEST ANY NEW CHANGES TO THE BLOCKER
|
# FROM HERE WE TEST ANY NEW CHANGES TO THE BLOCKER
|
||||||
#- bash .dev-tools/install-nginx-1.sh
|
- bash .dev-tools/install-nginx-1.sh
|
||||||
- bash .dev-tools/beta-install-nginx-testing-of-changes.sh
|
- bash .dev-tools/beta-install-nginx-testing-of-changes.sh
|
||||||
- bash .dev-tools/beta-test-blocker.sh
|
- bash .dev-tools/beta-test-blocker.sh
|
||||||
- bash .dev-tools/beta-test-blocker-badwords.sh
|
- bash .dev-tools/beta-test-blocker-badwords.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue