Fix Cache-Control header for docker images (#2847)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<Location "/">
|
<Location "/">
|
||||||
# disable cache entriely by default (apart from Etag which is accurate enough)
|
# 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
|
CacheDisable on
|
||||||
ExpiresActive off
|
ExpiresActive off
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user