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 2e40e0a commit 2f4d662Copy full SHA for 2f4d662
travis-ci/install-nginx2.sh
@@ -32,7 +32,7 @@ sudo cp $TRAVIS_BUILD_DIR/travis-ci/default.vhost /etc/nginx/sites-available/def
32
33
# Link the vhost file into Nginx /sites-enabled/ and reload nginx
34
sudo ln -s /etc/nginx/sites-available/default.vhost /etc/nginx/sites-enabled/default.vhost
35
-sudo service nginx reload
+#sudo service nginx reload
36
37
# Run setup-ngxblocker
38
cd /usr/sbin
@@ -44,7 +44,7 @@ sudo ./setup-ngxblocker -x
44
45
# Load our Nginx.conf file and reload Nginx
46
sudo nginx -c /etc/nginx/nginx.conf
47
48
49
# Copy our index.php file into the default site's root folder
50
sudo cp $TRAVIS_BUILD_DIR/www/index.php /var/www/html/index.php
0 commit comments