diff --git a/nginx/default.conf b/nginx/default.conf
index 2bd62be20b65c3ef72fbf8e0efa650b4f4154af8..c2a228a84ee77fec9612effd7c7e9101b2f78b38 100644
--- a/nginx/default.conf
+++ b/nginx/default.conf
@@ -34,7 +34,7 @@ server {
         #add_header 'Access-Control-Allow-Origin' $allow_origin;
 
         # Set Cache-Control
-        add_header Cache-Control "max-age=3600, stale-while-revalidate=604800";
+        add_header Cache-Control "max-age=86400, stale-while-revalidate=604800";
 
         # If you need to see nginx cache status. Uncomment line below.
         add_header X-Cache-Status $upstream_cache_status;