nginx/stop

Stop Nginx

Stop Nginx web server

service
management

Command

sudo systemctl stop nginx

Explanation

Stops the Nginx service using systemd.

Examples

Stop Nginx (systemd)

sudo systemctl stop nginx

Stop Nginx (SysV)

sudo service nginx stop