为什么 Centos 7 安装 Nginx 后显示 Welcome to nginx on Fedora!
阿里云Centos7.5 yum install nginx:安装完 重启后,显示的是nginx on Fedora
有epel源的时候并且用yum install nginx 安装就会显示Welcome to nginx on Fedora!,因为epel源就是Fedora维护的

主要是我在安装nginx之前安装了epel源。
sudo yum install epel-release