updated pkg cache

This commit is contained in:
Actaeus Curabitur 2022-09-01 05:27:09 -05:00
parent ff2b880490
commit dc641bebf1

View file

@ -31,6 +31,10 @@ server {
root /mnt/pkgs; root /mnt/pkgs;
} }
location ~ aur-local.*\.db|sig {
root /mnt/pkgs;
}
location ~ \.(db|sig) { location ~ \.(db|sig) {
proxy_pass https://mirrors.kernel.org$request_uri; proxy_pass https://mirrors.kernel.org$request_uri;
} }