diff --git a/production/nginx/server-common.conf b/production/nginx/server-common.conf index 97d7a84c9..7d6e35072 100644 --- a/production/nginx/server-common.conf +++ b/production/nginx/server-common.conf @@ -138,6 +138,8 @@ location @mempool-space-unfurler { proxy_cache unfurler; proxy_cache_valid 200 30d; proxy_redirect off; + + expires 1d; } location @mempool-space-slurper { @@ -153,4 +155,6 @@ location @mempool-space-slurper { proxy_cache slurper; proxy_cache_valid 200 365d; proxy_redirect off; + + expires 10d; }