mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Readme Updated - Formatting Layout
This commit is contained in:
parent
0f34a01866
commit
66e4f2bf9d
2 changed files with 11 additions and 5 deletions
|
@ -1,6 +1,10 @@
|
|||
[](https://travis-ci.org/mitchellkrogza/nginx-ultimate-bad-bot-blocker)
|
||||
[](https://www.gitcheese.com/app/#/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/pledges/create)
|
||||
|
||||
<table >
|
||||
<tr>
|
||||
<td align="left"><img src="https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/nginx-ultimate-bad-bot-referrer-blocker.png" alt="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"/></td>
|
||||
<td align="right"><img src="https://travis-ci.org/mitchellkrogza/nginx-ultimate-bad-bot-blocker.svg?branch=master"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
 Spam Blocker with DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders")
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue