diff --git a/docs/components/store.md b/docs/components/store.md index 1162ad99461..a214d01703d 100644 --- a/docs/components/store.md +++ b/docs/components/store.md @@ -211,6 +211,10 @@ Flags: stripped prefix value in X-Forwarded-Prefix header. This allows thanos UI to be served on a sub-path. + --web.route-prefix="" Prefix for API and UI endpoints. This allows + thanos UI to be served on a sub-path. This + option is analogous to --web.route-prefix of + Prometheus. ```