13 lines
201 B
TOML
13 lines
201 B
TOML
cache = true
|
|
max_cache_age = "2d"
|
|
|
|
verbose = "info"
|
|
|
|
glob_ignore_case = false
|
|
exclude_path = ["./public"]
|
|
exclude = [
|
|
'^http(s)?://localhost',
|
|
'^file://',
|
|
"https://circles.math.ucla.edu/circles",
|
|
]
|