traces are now gzipped
This commit is contained in:
@@ -4,8 +4,10 @@ location /INSTANCE/data/ {
|
||||
location ~ aircraft\.json$ {
|
||||
add_header Cache-Control "public, max-age=0";
|
||||
}
|
||||
location ~ trace_.*\.json$ {
|
||||
location /INSTANCE/data/traces/ {
|
||||
add_header Cache-Control "public, max-age=10";
|
||||
add_header Content-Type "application/json";
|
||||
add_header Content-Encoding "gzip";
|
||||
}
|
||||
location ~ globe_.*\.json$ {
|
||||
add_header Cache-Control "public, max-age=2";
|
||||
|
||||
Reference in New Issue
Block a user