updated pkg cache
This commit is contained in:
parent
ff2b880490
commit
dc641bebf1
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ server {
|
|||
root /mnt/pkgs;
|
||||
}
|
||||
|
||||
location ~ aur-local.*\.db|sig {
|
||||
root /mnt/pkgs;
|
||||
}
|
||||
|
||||
location ~ \.(db|sig) {
|
||||
proxy_pass https://mirrors.kernel.org$request_uri;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue