diff --git a/states/roles/maintain/pkg-cache/cache.conf b/states/roles/maintain/pkg-cache/cache.conf index f5f1929..c5cd279 100644 --- a/states/roles/maintain/pkg-cache/cache.conf +++ b/states/roles/maintain/pkg-cache/cache.conf @@ -27,11 +27,7 @@ server { proxy_read_timeout 300; proxy_connect_timeout 300; - location /archlinux/aur-local { - root /mnt/pkgs; - } - - location ~ aur-local.*\.db|sig { + location ~ aur-local { root /mnt/pkgs; }