15 lines
No EOL
328 B
Text
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)$' |