关于无法访问外网服务器安装nginx出现的问题
1.服务器无法访问外网
问题1:服务器大多时候会部署在内网中,无法访问外网时可以通过配置代理的方式去访问外网,进行yum安装。
通过配置代理的方式去进行yum安装。
解决方法:修改环境变量
/etc/profile文件配置
export http_proxy="http://ip:8080"
export https_proxy="http://ip:8080"
问题2:yum 报错 yum Failed to download metadata for repo ‘AppStream’
解决方法:
1.删除/etc/yum.repos.d下CentOS-AppStream.repo
2.由于centos8(centos8官方源已下线,建议切换centos-vault源)!!!重要
具体centos镜像查看https://developer.aliyun.c
共有 0 条评论