nginx/start

Start Nginx

Start Nginx web server

service
management

Command

sudo systemctl start nginx

Explanation

Starts the Nginx service using systemd.

Examples

Start Nginx (systemd)

sudo systemctl start nginx

Start Nginx (SysV)

sudo service nginx start