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$ {