forked from rDrama/rDrama
1
0
Fork 0

put cache control header in /songs/ just in case

master
Aevann 2023-05-04 22:39:15 +03:00
parent be564f48d0
commit 0a7a56e056
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ server {
location /songs/ {
alias /songs/;
include includes/serve-static;
add_header Cache-Control "max-age=2678400";
}
location /asset_submissions/ {
alias /asset_submissions/;