Commit c24d3b7a authored by nanahira's avatar nanahira

cache control

parent 42d0f1c7
......@@ -35,6 +35,7 @@ server {
expires max;
}
location ~ ^/songs/([0-9]+)/*\.(tja|osu)$ {
add_header Cache-Control no-store;
expires -1;
}
location ~ ^/src/ {
......
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