diff --git a/default.conf b/default.conf
index 813aae30e75d3cd77bb0ea88588cf6051664dd3e..c561562248d345557955725c1d929fc763349350 100644
--- a/default.conf
+++ b/default.conf
@@ -53,7 +53,8 @@ server {
         add_header Cache-Control "public, max-age=3600, stale-while-revalidate=2592000, stale-if-error=604800";
 
         # Proxy Cache configuration
-        proxy_cache_valid 200 302 1h;
+        proxy_cache_valid 200 302 24h;
+        proxy_cache_valid any      5m;
         proxy_cache STATIC;
         proxy_cache_revalidate on;
         proxy_cache_min_uses 1;