centos7 - 为什么 centos 7 安装 nginx 后显示 Welcome to nginx on Fedora!

【字号: 日期:2022-07-07浏览:26作者:雯心

问题描述

centos7系统安装nginx

vi /etc/yum.repos.d/nginx.repo[nginx]name=nginx repobaseurl=http://nginx.org/packages/centos/7/$basearch/gpgcheck=0enabled=1

这样安装。 安装完为nginx 1.6.2

安装完默认页面显示

Welcome to nginx on Fedora!

而不是那种没有什么样式的默认页。这个倒是没有什么问题,主要是

/etc/nginx/conf.d/

这个目录下边没有default.conf文件,这个是为什么呢?

原来安装的时候没出现这个问题。

问题解答

回答1:

原来有个epel.repo的源哈哈

回答2:

恩 估计你是阿里云 .. 它帮你装了的 . 你可以源码编译 或者修改 yum repo

回答3:

有epel源的时候并且用yum install nginx 安装就会显示Welcome to nginx on Fedora!,因为epel源就是Fedora维护的

相关文章: