Skip to content

Commit e833dfe

Browse files
committed
fix leading /
1 parent 2072244 commit e833dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontendproxy/envoy.tmpl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static_resources:
4545
route: { cluster: jaeger }
4646
- match: { prefix: "/grafana" }
4747
route: { cluster: grafana }
48-
- match: { prefix: "/images" }
48+
- match: { prefix: "/images/" }
4949
route: { cluster: imageprovider, prefix_rewrite: "/" }
5050
- match: { prefix: "/" }
5151
route: { cluster: frontend }

0 commit comments

Comments
 (0)