1 second cache age for globe json
This commit is contained in:
@@ -8,7 +8,7 @@ location /INSTANCE/data/ {
|
||||
add_header Cache-Control "public, max-age=10";
|
||||
}
|
||||
location ~ globe_.*\.json$ {
|
||||
add_header Cache-Control "public, max-age=0";
|
||||
add_header Cache-Control "public, max-age=1";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ location /data/ {
|
||||
add_header Cache-Control "public, max-age=10";
|
||||
}
|
||||
location ~ globe_.*\.json$ {
|
||||
add_header Cache-Control "public, max-age=0";
|
||||
add_header Cache-Control "public, max-age=1";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user