diff --git a/nginx.conf b/nginx.conf
index 70e322042a5333029b0a8ef90ede6a7577044c4a..d83b6336964bf0528c3c89b95f37c3b0cdf7f6bd 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -50,7 +50,7 @@ http {
             try_files $uri =404;
             expires 1y;
             access_log off;
-            add_header Cache-Control "public";
+            add_header Cache-Control "public, max-age=60";
         }
 
         # Any route containing a file extension (e.g. /devicesfile.js)