Check the version number of nginx: nginx -v

Start nginx: start nginx

To quickly stop or stop nginx: nginx -s stop

Stop or stop nginx properly: nginx -s quit

Conf to modify the reload command: nginx -s reload