Configure NGINX to group all static resources into one endpoint

This commit is contained in:
Michele Mancioppi
2019-09-10 18:44:46 +02:00
parent 3b7b948f96
commit 497bfe6acc

View File

@@ -67,6 +67,7 @@ http {
opentracing_trace_locations off;
opentracing_propagate_context;
opentracing_tag "resource.name" "static_resources";
opentracing_tag "endpoint" "static_resources";
add_header "server-timing" "intid;desc=${opentracing_context_x_instana_t}";
}