We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e09d67b + d22f0ef commit dcb91eaCopy full SHA for dcb91ea
1 file changed
docker/nginx/includes/content/_cache.conf
@@ -1,8 +1,9 @@
1
# location {} settings for /content caching
2
# used by files in this directory, via `include` directive
3
4
-# ignore cache-control from upstream so this value is authoritative
+# ignore 'expires' and 'cache-control' headers from upstream so this value is authoritative
5
proxy_hide_header Cache-Control;
6
+proxy_hide_header Expires;
7
8
# content is md5-addressed, so cache aggressively for successful responses
9
add_header Cache-Control "public, max-age=31536000, immutable, no-transform";
0 commit comments