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 5d49ba3 commit 6d7d465Copy full SHA for 6d7d465
travis-ci/default.vhost
@@ -1,8 +1,7 @@
1
server {
2
# SSL configuration
3
#
4
- listen *:8080;
5
- listen [::]:8080;
+ listen *:80;
6
7
root /var/www/html;
8
server_name localhost;
travis-ci/install-nginx2.sh
@@ -72,7 +72,7 @@ cd /usr/sbin
72
#sudo ./setup-ngxblocker -x
73
sudo nginx -c /etc/nginx/nginx.conf
74
sudo nginx -t &> /dev/stdout
75
-#cat /etc/nginx/nginx.conf
+cat /etc/nginx/nginx.conf
76
#sudo nginx -V
77
#sudo netstat -peanut
78
#ls -la /etc/nginx/sites-available/
0 commit comments