meh
This commit is contained in:
@@ -8,15 +8,16 @@ location /INSTANCE/data/ {
|
||||
location ~ trace_recent {
|
||||
gzip off;
|
||||
add_header Cache-Control "public, max-age=10";
|
||||
add_header Content-Encoding "br";
|
||||
add_header Content-Encoding "gzip";
|
||||
}
|
||||
location ~ trace_full {
|
||||
gzip off;
|
||||
add_header Cache-Control "public, max-age=60";
|
||||
add_header Content-Encoding "br";
|
||||
add_header Content-Encoding "gzip";
|
||||
}
|
||||
}
|
||||
location ~ globe_.*\.json$ {
|
||||
gzip off;
|
||||
add_header Cache-Control "public, max-age=2";
|
||||
add_header Content-Encoding "gzip";
|
||||
}
|
||||
@@ -26,7 +27,7 @@ location /INSTANCE/globe_history/ {
|
||||
alias /var/globe_history/;
|
||||
add_header Cache-Control "public, max-age=600";
|
||||
add_header Content-Type "application/json";
|
||||
add_header Content-Encoding "br";
|
||||
add_header Content-Encoding "gzip";
|
||||
}
|
||||
|
||||
location /INSTANCE/chunks/ {
|
||||
|
||||
Reference in New Issue
Block a user