From ca95925de9c5f92acd7b3a3d9de05ed175b7932b Mon Sep 17 00:00:00 2001 From: alam00000 Date: Fri, 14 Aug 2026 15:20:43 +0530 Subject: [PATCH] Update JSON file caching to expire immediately --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index a6f82b2b..fccb0cc3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -119,7 +119,7 @@ http { } location ~* \.json$ { - expires 1w; + expires epoch; } location ~* \.pdf$ {