centos7 安装 nginx

yum 安装

yum -y install nginx

开机启动

systemctl enable nginx

启动服务 

systemctl start nginx
systemctl status nginx

访问首页

http://localhost:80

安装完成

原文地址:https://www.cnblogs.com/xiaojf/p/11626417.html