当前位置: 代码迷 >> 综合 >> centos7.4安装nginx1.15.2 php7.2 mysql8.0
  详细解决方案

centos7.4安装nginx1.15.2 php7.2 mysql8.0

热度:66   发布时间:2023-11-16 22:14:28.0

参考:

linux(CentOS7.4) 安装 Nginx 1.15.2:https://blog.csdn.net/u011159417/article/details/81585861

centos7源码安装php7.2 :http://www.zixuephp.net/article-394.html

1、 查看centos 版本

cat /etc/redhat-release

2、 安装nginx

yum install nginx

3、设置nginx开启起动

systemctl start nginx

4、测试访问http://你的域名或IP/

5、 查看nginx安装位置

sudo find / -name nginx