We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc9ac4 commit 4786ecbCopy full SHA for 4786ecb
travis-ci/install-nginx2.sh
@@ -60,8 +60,6 @@
60
#nginx -c "$DIR/nginx/nginx.conf"
61
echo $TRAVIS_BUILD_DIR
62
ls -la /etc/nginx
63
-cd /usr/sbin
64
-sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -O install-ngxblocker
65
-sudo chmod +x install-ngxblocker
66
-sudo ./install-ngxblocker -x
+sudo chmod +x /home/travis/build/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration/install-ngxblocker
+sudo /home/travis/build/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration/install-ngxblocker -x
67
0 commit comments