diff --git a/configs/nginx.conf b/configs/nginx.conf index 098a339b..5c8a9375 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -67,7 +67,7 @@ http { add_header X-Cache-Status $upstream_cache_status; # Browser cache - expires 18h; + expires 8h; add_header Cache-Control "public, no-transform"; }