Skip to content

Commit 48293a9

Browse files
committed
Revert "Cache different versions of /downloads for Django users"
This reverts commit 97046f2.
1 parent f034c09 commit 48293a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ http {
347347
proxy_redirect off;
348348
add_header Cache-Control "max-age=604800, public";
349349
add_header Surrogate-Control "max-age=604800, stale-if-error=3600, stale-while-revalidate=300";
350+
proxy_hide_header Vary;
350351
proxy_pass http://app_server/downloads/;
351352
}
352353

0 commit comments

Comments
 (0)