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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_37462176/article/details/82465704

参考:

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

猜你喜欢

转载自blog.csdn.net/qq_37462176/article/details/82465704