centos 7.2 搭建 lnmp

Posted 一个一个人

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7.2 搭建 lnmp相关的知识,希望对你有一定的参考价值。

1、安装最新nginx

yum localinstall http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm

2、安装nginx

yum install -y nginx

3、查看nginx是否安装成功

yum repolist enabled | grep "nginx*"

4、启动nginx

service nginx start

5、设置nginx开机启动

systemctl enable nginx.service

6、查看nginx是否开机启动

systemctl list-dependencies | grep nginx

 

以上是关于centos 7.2 搭建 lnmp的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 7.2 搭建 Ghost 博客

CentOS 7.2 搭建Jenkins

LINUX centos 7.2/7.3 搭建LANP环境

centos 7.2 搭建php运行环境

centos 7.2搭建yum的注意事项

CentOS7.6搭建Hadoop2.7.2运行环境-三节点集群模式