From e83ba523a55030cdb8abb1e3808b8e27f91dfa84 Mon Sep 17 00:00:00 2001 From: Actaeus Curabitur Date: Wed, 14 Sep 2022 06:34:56 -0500 Subject: [PATCH] changed mirror for pkg cache - old mirror did redirects that prevented caching --- states/roles/maintain/pkg-cache/cache.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/states/roles/maintain/pkg-cache/cache.conf b/states/roles/maintain/pkg-cache/cache.conf index c5cd279..d9568c5 100644 --- a/states/roles/maintain/pkg-cache/cache.conf +++ b/states/roles/maintain/pkg-cache/cache.conf @@ -32,11 +32,11 @@ server { } location ~ \.(db|sig) { - proxy_pass https://mirrors.kernel.org$request_uri; + proxy_pass https://mirrors.advancedhosters.com$request_uri; } location / { - proxy_pass https://mirrors.kernel.org; + proxy_pass https://mirrors.advancedhosters.com; proxy_cache pkg-cache; # This directive should match the keys_zone option proxy_cache_revalidate on; proxy_cache_min_uses 0;