service nginx start
service nginx stop
service nginx reload
service nginx restart
service nginx status
# 但实际上推荐改用:
systemctl start nginx
systemctl start nginx.service
systemctl stop nginx
systemctl reload nginx
systemctl restart nginx
systemctl status nginx