diff --git a/nginx/nginx.tmpl b/nginx/nginx.tmpl index 282658a7..f0acfcfd 100644 --- a/nginx/nginx.tmpl +++ b/nginx/nginx.tmpl @@ -187,7 +187,9 @@ http { # Status port. This should be firewalled to only allow internal access. server { +{{ if .OpenTracingPlugin }} opentracing off; +{{ end }} listen {{ .HealthPort }} default_server reuseport; vhost_traffic_status off;