yum本地源

server{
          listen 8090;
          server_name 10.10.10.24;
          access_log off;
          location /home/repo/{
                  alias /home/repo/;
                  access_log off;
          }

}

posted @ 2025-06-25 10:21  GaoYanbing  阅读(12)  评论(0)    收藏  举报