12 lines
175 B
TOML
12 lines
175 B
TOML
[[headers]]
|
|
for = "/*.json"
|
|
[headers.values]
|
|
cache-control = '''
|
|
max-age=0,
|
|
no-store'''
|
|
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
cache-control = 'max-age:900'
|