diff --git a/amivapi/settings.py b/amivapi/settings.py
index 1f4eee6ee6c8a5ccf4e5703d76e4e6a172c24c8b..53eac363439d91883ea8e716c3ba330093604300 100644
--- a/amivapi/settings.py
+++ b/amivapi/settings.py
@@ -41,7 +41,7 @@ X_DOMAINS = '*'
 X_HEADERS = ['Authorization', 'Content-Type', 'Cache-Control',
              'If-Match', 'If-None-Match', 'If-Modified-Since']
 MONGO_QUERY_BLACKLIST = ['$where']  # default blacklists where and regex queries
-CACHE_CONTROL = 'no-store, must-revalidate'
+CACHE_CONTROL = 'no-cache, must-revalidate'
 
 # MongoDB
 MONGO_HOST = 'localhost'