diff --git a/nginx.conf b/nginx.conf index ba58397ab..09b1591ab 100644 --- a/nginx.conf +++ b/nginx.conf @@ -62,6 +62,7 @@ server { location /songs/ { alias /songs/; include includes/serve-static; + proxy_hide_header Cache-Control; add_header Cache-Control "max-age=2678400"; } location /asset_submissions/ {