diff --git a/nginx.conf b/nginx.conf index 6b24679..8d70bf7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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"; } } diff --git a/nginx_webroot.conf b/nginx_webroot.conf index 8c134a0..b17b54d 100644 --- a/nginx_webroot.conf +++ b/nginx_webroot.conf @@ -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"; } }