From 838724f4007553dbecbde509e684f395b9413755 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 3 Oct 2017 14:55:59 +0200 Subject: [PATCH] ADD Nginx Mainstream Test (Step 6) --- .dev-tools/install-nginx-4.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.dev-tools/install-nginx-4.sh b/.dev-tools/install-nginx-4.sh index 14b2c8e5b..23a91faca 100755 --- a/.dev-tools/install-nginx-4.sh +++ b/.dev-tools/install-nginx-4.sh @@ -56,11 +56,13 @@ sudo apt-get update sudo apt-get install -y --assume-yes nginx-extras 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/nginx/ sudo service nginx restart sudo service nginx reload - +sudo systemctl status nginx.service # ************************************** # Make Sure We Cleanup From Nginx Test 3