forked from MarseyWorld/MarseyWorld
remove cache-control header before assigning it again
parent
d0cc9a4822
commit
f2b576acd6
|
@ -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/ {
|
||||
|
|
Loading…
Reference in New Issue