1.nginx:
location / {
root /usr/local/Kylin-Server-V10-SP3-General-Release-2303-X86_64;
autoindex on;
autoindex_localtime on;
autoindex_exact_size off;
}
注:指定到镜像的包名
2.修改yum源地址
cd /etc/yum.repos.d/
vim kylin_x86_64.repo
注: --enabled设置为1文章来源:https://www.toymoban.com/news/detail-682524.html
3.重建yum缓存文章来源地址https://www.toymoban.com/news/detail-682524.html
yum clean all
yum makecache
yum repolist
到了这里,关于linux内网yum源服务器搭建的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!