nginx/status

Check Nginx Status

Check Nginx service status

service
monitoring

Command

sudo systemctl status nginx

Explanation

Displays the current status of the Nginx service.

Examples

Check Nginx status (systemd)

sudo systemctl status nginx

Check Nginx status (SysV)

sudo service nginx status