From f2b576acd6e862133cc3d28eaf3cbebbf10d7915 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 4 May 2023 23:02:17 +0300 Subject: [PATCH] remove cache-control header before assigning it again --- nginx.conf | 1 + 1 file changed, 1 insertion(+) 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/ {