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.
1 parent f034c09 commit 48293a9Copy full SHA for 48293a9
1 file changed
config/nginx.conf
@@ -347,6 +347,7 @@ http {
347
proxy_redirect off;
348
add_header Cache-Control "max-age=604800, public";
349
add_header Surrogate-Control "max-age=604800, stale-if-error=3600, stale-while-revalidate=300";
350
+ proxy_hide_header Vary;
351
proxy_pass http://app_server/downloads/;
352
}
353
0 commit comments