# systemctl status nginx
using the above command to check the status of Nginx services.
after running that command showing that kind of error like: ->
to resolve this error run command
# command => sudo systemctl start nginx
after completing the start of the Nginx server also we can check the status of that server using commands like
# command => sudo systemctl status nginx
after checking the Nginx server hit the IP address and it is runnable