Fix Cache-Control header for docker images (#2847)

This commit is contained in:
Hugh Nimmo-Smith 2024-11-28 17:40:06 +00:00 committed by GitHub
parent 65e962bf1b
commit 32ccfe8813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
<Location "/">
# disable cache entriely by default (apart from Etag which is accurate enough)
Header add Cache-Control "private no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
Header add Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
CacheDisable on
ExpiresActive off