updated pkg cache
This commit is contained in:
parent
1ba2bcffc8
commit
ff2b880490
1 changed files with 5 additions and 1 deletions
|
@ -31,8 +31,12 @@ server {
|
|||
root /mnt/pkgs;
|
||||
}
|
||||
|
||||
location ~ \.(db|sig) {
|
||||
proxy_pass https://mirrors.kernel.org$request_uri;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://repo.miserver.it.umich.edu/;
|
||||
proxy_pass https://mirrors.kernel.org;
|
||||
proxy_cache pkg-cache; # This directive should match the keys_zone option
|
||||
proxy_cache_revalidate on;
|
||||
proxy_cache_min_uses 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue