Centos7中Nginx安装
2019-12-06 本文已影响0人
very_cute_girls
#安装
sudo yum install nginx
#启动Nginx
sudo systemctl start nginx
#设置开机启动
systemctl enable nginx
#其它命令
systemctl disable nginx #禁止开机启动
systemctl status nginx #查看运行状态
systemctl restart nginx #重启服务