centos7中nginx启动停止查看状态

    systemctl start nginx.service

    systemctl stop nginx.service

    systemctl reload nginx.service

    systemctl status nginx.service

 

systemctl enable nginx.service

你可能感兴趣的:(centos7中nginx启动停止查看状态)