OneinStack也是一款比较流行的网站生产环境,可以一键安装LNMP、LAMP等等多种流行的环境。当然安装之后常用的管理命令还是要了解一下的。这里讲一下Nginx的相关命令。
1、查看Nginx状态命令
service nginx status
2、重启Nginx命令
service nginx restart
3、启动Nginx命令
service nginx start
4、停止Nginx命令
service nginx stop
OneinStack也是一款比较流行的网站生产环境,可以一键安装LNMP、LAMP等等多种流行的环境。当然安装之后常用的管理命令还是要了解一下的。这里讲一下Nginx的相关命令。
1、查看Nginx状态命令
service nginx status
2、重启Nginx命令
service nginx restart
3、启动Nginx命令
service nginx start
4、停止Nginx命令
service nginx stop