Remove cache control from the application, because we handel this at the frontend

This commit is contained in:
Oliver Falk
2025-11-03 09:57:24 +01:00
parent 64967c07ad
commit cdc89c4394
2 changed files with 0 additions and 9 deletions

View File

@@ -244,10 +244,6 @@ CACHES = {
},
}
# This is 5 minutes caching for generated/resized images,
# so the sites don't hit ivatar so much - it's what's set in the HTTP header
CACHE_IMAGES_MAX_AGE = 5 * 60
CACHE_RESPONSE = True
# Trusted URLs for default redirection