ADD Nginx Mainstream Test (Step 5)

This commit is contained in:
Mitchell Krog 2017-10-03 14:50:36 +02:00
parent 4d5f7015d5
commit 483f2d32df
No known key found for this signature in database
GPG key ID: 2BB9A077C8DD6994

View file

@ -56,6 +56,12 @@ sudo apt-get update
sudo apt-get install -y --assume-yes nginx-extras
sudo nginx -V
# Find where Nginx Mainstream Installed to
ls -la /etc/
sudo service nginx restart
sudo service nginx reload
# **************************************
# Make Sure We Cleanup From Nginx Test 3
# **************************************