Skip to content
Snippets Groups Projects
Commit 3d36b3b8 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

Merge branch 'mirrorauth-background-update' into 'master'

dbscripts: Enable proxy_cache_background_update for mirrorauth

See merge request !842
parents 7b7d88d7 d60d82ed
No related branches found
No related tags found
1 merge request!842dbscripts: Enable proxy_cache_background_update for mirrorauth
Pipeline #102864 passed
......@@ -62,8 +62,9 @@ server {
proxy_cache_key $scheme$proxy_host$uri$http_authorization;
# Minimize the number of requests to archweb
proxy_cache_lock on;
proxy_cache_use_stale updating;
proxy_cache_lock on;
proxy_cache_use_stale updating;
proxy_cache_background_update on;
# Authentication to archweb
proxy_pass https://archlinux.org;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment