2024-04-10 10:24:56 +02:00
|
|
|
|
|
|
|
# Mirrors to fetch from
|
2024-04-09 14:30:10 +02:00
|
|
|
mirrors = [
|
|
|
|
"https://mirror.leaseweb.net",
|
|
|
|
"https://geo.mirror.pkgbuild.com",
|
|
|
|
"https://mirror.leaseweb.net",
|
|
|
|
"https://archlinux.thaller.ws"
|
|
|
|
]
|
|
|
|
|
2024-04-10 10:24:56 +02:00
|
|
|
# Local cache directory
|
2024-04-09 14:30:10 +02:00
|
|
|
cache_dir = "./data"
|
2024-04-10 10:24:56 +02:00
|
|
|
#ttl = "3h"
|
|
|
|
|
|
|
|
# Regex for paths which will never be served from cache
|
|
|
|
no_cache = '.*(?:db|db\.sig)$'
|