From 834825a14d25846a84c35d2d6e88e1b2bb298691 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 2 Sep 2019 19:07:30 -0500 Subject: [PATCH] browser cache json for 4h --- ops/nginx/conf.d/static-files.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nginx/conf.d/static-files.conf b/ops/nginx/conf.d/static-files.conf index 3a7c292dd..cad06a7a7 100644 --- a/ops/nginx/conf.d/static-files.conf +++ b/ops/nginx/conf.d/static-files.conf @@ -26,7 +26,7 @@ map $sent_http_content_type $expires { ~*application/rdf\+xml 1h; ~*application/rss\+xml 1h; - ~*application/json 0; + ~*application/json 4h; ~*application/ld\+json 0; ~*application/schema\+json 0; ~*application/geo\+json 0;