link
nginx/stop

Stop Nginx

Stop Nginx web server

service
management

Command

sudo systemctl stop nginx

Examples

Stop Nginx (systemd)

sudo systemctl stop nginx

Stop Nginx (SysV)

sudo service nginx stop