diff --git a/config/nginx.conf b/config/nginx.conf index 420fcd8af..f58a7a5ff 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -347,7 +347,6 @@ http { proxy_redirect off; add_header Cache-Control "max-age=604800, public"; add_header Surrogate-Control "max-age=604800, stale-if-error=3600, stale-while-revalidate=300"; - proxy_hide_header Vary; proxy_pass http://app_server/downloads/; }