diff --git a/dev-tools/install-nginx-1.sh b/dev-tools/install-nginx-1.sh index 03beb4f46..7d1fadfd1 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -69,9 +69,9 @@ echo "${bold}${green}---------------" echo "${bold}${green}Starting Nginx" echo "${bold}${green}---------------" sudo systemctl enable nginx.service -sudo systemctl status nginx.service +#sudo systemctl status nginx.service sudo nginx -t -sudo service nginx start +sudo systemctl start nginx.service #sudo systemctl start nginx #sudo systemctl restart nginx }