no caching chart files
This commit is contained in:
parent
028db66d91
commit
b4bbbab5f6
@ -17,6 +17,9 @@ server {
|
||||
location ~ ^/songs/([0-9]+)/preview\.mp3$ {
|
||||
try_files $uri /api/preview?id=$1;
|
||||
}
|
||||
location ~ ^/songs/([0-9]+)/*\.(tja|osu)$ {
|
||||
add_header Cache-Control no-store;
|
||||
}
|
||||
}
|
||||
|
||||
location /p2 {
|
||||
|
Loading…
Reference in New Issue
Block a user