From dc641bebf1fdd59d4f2f2a412bad29b89d42364a Mon Sep 17 00:00:00 2001 From: Actaeus Curabitur Date: Thu, 1 Sep 2022 05:27:09 -0500 Subject: [PATCH] updated pkg cache --- states/roles/maintain/pkg-cache/cache.conf | 4 ++++ 1 file changed, 4 insertions(+) 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; }