ADD Nginx Mainstream Test (Step 12)

This commit is contained in:
Mitchell Krog 2017-10-03 15:32:54 +02:00
parent 545e26419d
commit ada194050d
No known key found for this signature in database
GPG key ID: 2BB9A077C8DD6994

View file

@ -53,6 +53,10 @@
#sudo apt-get -y autoremove
sudo rm -rfv /etc/nginx/mybots.d/
sudo rm -rfv /etc/nginx/myconf.d/
sudo rm /etc/nginx/conf.d/*
sudo rm /etc/nginx/bots.d/*
sudo rm /etc/nginx/sites-available/default
sudo rm /etc/nginx/nginx.conf
ls -la /etc/nginx/
# *****************************
@ -66,7 +70,7 @@ sudo apt-get install -y --assume-yes nginx-extras
#sudo apt-get -y dist-upgrade
sudo nginx -V
sudo nginx -t
sudo service nginx start
#sudo service nginx start
# Find where Nginx Mainstream Installed to and Find The Service or We Have to Enable it