Skip to content

Commit 0b5b7d4

Browse files
committed
Cache different versions of /downloads for Django users
1 parent 047d3b2 commit 0b5b7d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ 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;
351350
proxy_pass http://app_server/downloads/;
352351
}
353352

0 commit comments

Comments
 (0)