前言
本文针对之前Centos7的安装方法,在Centos8下安装有些变化,故重新整理一遍新的安装方法。本文实际操作系统为:Centos8.5
安装Nginx
centos8下的nginx版本比较新,直接安装即可
yum install -y nginx
安装PHP
通常安装remi源时会自动安装依赖epel源,也可手动安装
yum install https://mirrors.tuna.tsinghua.edu.cn/epel/epel-release-latest-8.noarch.rpm