fullTrace overlap
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user