diff --git a/rootfs/etc/nginx/template/nginx.tmpl b/rootfs/etc/nginx/template/nginx.tmpl index b421289eb..655632479 100755 --- a/rootfs/etc/nginx/template/nginx.tmpl +++ b/rootfs/etc/nginx/template/nginx.tmpl @@ -856,8 +856,8 @@ stream { location = {{ $authPath }} { internal; - {{ if $all.Cfg.EnableOpentracing }} - opentracing on; + {{ if $all.Cfg.EnableOpentracing }} + opentracing on; opentracing_propagate_context; {{ end }}