no caching chart files
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user