ADD Nginx Mainstream Test (Step 6)

This commit is contained in:
Mitchell Krog 2017-10-03 14:55:59 +02:00
parent 483f2d32df
commit 838724f400
No known key found for this signature in database
GPG key ID: 2BB9A077C8DD6994

View file

@ -56,11 +56,13 @@ sudo apt-get update
sudo apt-get install -y --assume-yes nginx-extras sudo apt-get install -y --assume-yes nginx-extras
sudo nginx -V sudo nginx -V
# Find where Nginx Mainstream Installed to # Find where Nginx Mainstream Installed to and Find The Service or We Have to Enable it
ls -la /etc/ ls -la /etc/
ls -la /etc/nginx/
sudo service nginx restart sudo service nginx restart
sudo service nginx reload sudo service nginx reload
sudo systemctl status nginx.service
# ************************************** # **************************************
# Make Sure We Cleanup From Nginx Test 3 # Make Sure We Cleanup From Nginx Test 3