From c8345d852db7b594a7eecd7e6826137b315c66db Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Wed, 4 Oct 2017 14:40:38 +0200 Subject: [PATCH] DEBUG Nginx Mainstream/Dev Tests Service Issues (4) --- .dev-tools/install-nginx-4.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dev-tools/install-nginx-4.sh b/.dev-tools/install-nginx-4.sh index ee3bb8e01..3b4623533 100755 --- a/.dev-tools/install-nginx-4.sh +++ b/.dev-tools/install-nginx-4.sh @@ -71,7 +71,10 @@ sudo nginx -t # Try fix starting the Nginx Service printf '\n%s\n%s\n%s\n\n' "###################################" " FIX NGINX SERVICE ISSUES" "###################################" +sudo service nginx status sudo service nginx start +cat /etc/init/nginx.conf + #sudo /etc/init.d/nginx stop #sudo /etc/init.d/nginx start #sudo /etc/init.d/nginx reload