fullTrace overlap

This commit is contained in:
Matthias Wirth
2020-04-19 14:50:03 +02:00
parent 9226ec80c6
commit 0a8b97eabb
2 changed files with 12 additions and 2 deletions

View File

@@ -7,12 +7,12 @@ location /INSTANCE/data/ {
location /INSTANCE/data/traces/ {
location ~ trace_recent {
gzip off;
add_header Cache-Control "public, max-age=10";
add_header Cache-Control "public, max-age=5";
add_header Content-Encoding "gzip";
}
location ~ trace_full {
gzip off;
add_header Cache-Control "public, max-age=60";
add_header Cache-Control "public, max-age=120";
add_header Content-Encoding "gzip";
}
}