centos7 安装 nginx
Posted xiaojf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 安装 nginx相关的知识,希望对你有一定的参考价值。
yum 安装
yum -y install nginx
开机启动
systemctl enable nginx
启动服务
systemctl start nginx
systemctl status nginx
访问首页
http://localhost:80
安装完成
以上是关于centos7 安装 nginx的主要内容,如果未能解决你的问题,请参考以下文章