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 32c93bb commit 5d49ba3Copy full SHA for 5d49ba3
travis-ci/install-nginx2.sh
@@ -71,8 +71,8 @@ sudo ln -s /etc/nginx/sites-available/default.vhost /etc/nginx/sites-enabled/def
71
cd /usr/sbin
72
#sudo ./setup-ngxblocker -x
73
sudo nginx -c /etc/nginx/nginx.conf
74
-sudo nginx -t
75
-cat /etc/nginx/nginx.conf
+sudo nginx -t &> /dev/stdout
+#cat /etc/nginx/nginx.conf
76
#sudo nginx -V
77
#sudo netstat -peanut
78
#ls -la /etc/nginx/sites-available/
0 commit comments