remove cache-control header before assigning it again

pull/146/head
Aevann 2023-05-04 23:02:17 +03:00
parent d0cc9a4822
commit f2b576acd6
1 changed files with 1 additions and 0 deletions

View File

@ -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/ {