Skip to content

Commit 9f71808

Browse files
Fix install-apache.sh
1 parent ff5fb0e commit 9f71808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travisCI/install-apache.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ sudo cp travisCI/servername.tpl /etc/apache2/conf-available/servername.conf
2323
sudo mkdir /etc/apache2/custom.d
2424
cd /etc/apache2/custom.d
2525
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/globalblacklist.conf
26+
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/whitelist-ips.conf
27+
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/whitelist-domains.conf
2628
sudo a2enconf servername
2729
# Restart apache
2830
sudo service apache2 restart

0 commit comments

Comments
 (0)