resolve database caching issues
This commit is contained in:
@@ -54,9 +54,9 @@ $HTTP["url"] =~ "^/INSTANCE/data/icao_.*\.json$" {
|
||||
"Cache-Control" => "public, max-age=10",
|
||||
)
|
||||
}
|
||||
$HTTP["url"] =~ "^/INSTANCE/db2/.*\.json$" {
|
||||
$HTTP["url"] =~ "^/INSTANCE/db.*\.json$" {
|
||||
setenv.add-response-header += (
|
||||
"Cache-Control" => "public, max-age=100000",
|
||||
"Cache-Control" => "public, max-age=1209600",
|
||||
)
|
||||
}
|
||||
$HTTP["url"] =~ "^/INSTANCE/.*\.png$" {
|
||||
|
||||
Reference in New Issue
Block a user