yum本地源
server{
listen 8090;
server_name 10.10.10.24;
access_log off;
location /home/repo/{
alias /home/repo/;
access_log off;
}
}
server{
listen 8090;
server_name 10.10.10.24;
access_log off;
location /home/repo/{
alias /home/repo/;
access_log off;
}
}