Skip to content

Commit

Permalink
Fix Cache-Control header for docker images (#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns authored Nov 28, 2024
1 parent 65e962b commit 32ccfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32ccfe8

Please sign in to comment.