diff --git a/README.md b/README.md index 0888ea004..1c3a79921 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -[![Build Status](https://travis-ci.org/mitchellkrogza/nginx-ultimate-bad-bot-blocker.svg?branch=master)](https://travis-ci.org/mitchellkrogza/nginx-ultimate-bad-bot-blocker) [![gitcheese.com](https://api.gitcheese.com/v1/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/badges)](https://www.gitcheese.com/app/#/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/pledges/create) - + + + + + +
Nginx Ultimate Bad Bot Spam Referrer Blocker - Nginx Block Bad Bots, Vulnerability Scanners, Malware and Adware, Malicious Sites, Referer (Referrers) Spam Blocker with DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders
![Nginx Block Bad Bots, Vulnerability Scanners, Malware and Adware, Malicious Sites, Referer (Referrers) Spam Blocker with DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders](https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/nginx-ultimate-bad-bot-referrer-blocker.png "Nginx Ultimate Bad Bot and Referrer Blocker - Nginx Block Bad Bots, Vulnerability Scanners, Malware and Adware, Malicious Sites, Referer (Referrers) Spam Blocker with DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders") diff --git a/travis/install-nginx.sh b/travis/install-nginx.sh index ea289e6bd..83ada51f4 100755 --- a/travis/install-nginx.sh +++ b/travis/install-nginx.sh @@ -1,9 +1,11 @@ #!/bin/bash -# Travis CI Code Adapted and Modified from 3 Sources +# Travis CI Code Adapted and Modified from 4 Sources # Thanks go out to: # https://github.com/tburry/travis-nginx-test -# https://github.com/mitchellkrogza/travis-after-all -# https://github.com/mitchellkrogza/lua-nginx-statistics +# https://github.com/alrra/travis-after-all +# https://github.com/shoonoise/lua-nginx-statistics +# https://github.com/nlindblad/nlindblad.github.io +# Without a combination of your Travis CI tests for Nginx I would never have got it working. set -e set -x