From 483f2d32df13b0626dbb6ecfc7a7f2a92a3a43ca Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 3 Oct 2017 14:50:36 +0200 Subject: [PATCH] ADD Nginx Mainstream Test (Step 5) --- .dev-tools/install-nginx-4.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.dev-tools/install-nginx-4.sh b/.dev-tools/install-nginx-4.sh index 77f3dec92..14b2c8e5b 100755 --- a/.dev-tools/install-nginx-4.sh +++ b/.dev-tools/install-nginx-4.sh @@ -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 # **************************************