mirrord/sample.conf
2024-04-10 10:24:56 +02:00

15 lines
No EOL
328 B
Text

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