Commit b4bbbab5 authored by nanahira's avatar nanahira

no caching chart files

parent 028db66d
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment