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 66bf007 commit 8179862Copy full SHA for 8179862
travis-ci/install-nginx2.sh
@@ -53,8 +53,8 @@ sudo cp $TRAVIS_BUILD_DIR/www/index.php /var/www/html/index.php
53
cd /usr/sbin
54
sudo ./update-ngxblocker
55
56
-# Reload nginx
57
-sudo service nginx reload
+# Reload nginx - no need to do this as update-ngxblocker does this for us
+#sudo service nginx reload
58
59
# Set all our other setup and deploy scripts to be executable
60
sudo chmod +x $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh
0 commit comments