diff --git a/states/roles/maintain/pkg-cache/cache.conf b/states/roles/maintain/pkg-cache/cache.conf index 771b32a..f5f1929 100644 --- a/states/roles/maintain/pkg-cache/cache.conf +++ b/states/roles/maintain/pkg-cache/cache.conf @@ -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; }