nginx/restart

Restart Nginx

Restart Nginx web server

service
management

Command

sudo systemctl restart nginx

Explanation

Restarts the Nginx service.

Examples

Restart Nginx (systemd)

sudo systemctl restart nginx

Restart Nginx (SysV)

sudo service nginx restart