File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ deploy:
5050 - " custom.d/globalblacklist.conf"
5151 - " custom.d/whitelist-domains.conf"
5252 - " custom.d/whitelist-ips.conf"
53+ - " custom.d/bad-referrer-words.conf"
54+ - " custom.d/blacklist-ips.conf"
5355 skip_cleanup : true
5456 on :
5557 repo : mitchellkrogza/apache-ultimate-bad-bot-blocker
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ cd /etc/apache2/custom.d
2525sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/globalblacklist.conf
2626sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/whitelist-ips.conf
2727sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/whitelist-domains.conf
28+ sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/blacklist-ips.conf
29+ sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/bad-referrer-words.conf
2830sudo a2enconf servername
2931# Restart Apache
3032sudo service apache2 restart
You can’t perform that action at this time.
0 commit comments