Skip to content

Commit

Permalink
docs: http_path_prefix as correct item of server_config (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanadhis authored Jun 22, 2021
1 parent db1873e commit eab103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ The `server_config` block configures the HTTP and gRPC server of the launched se
# Base path to serve all API routes from (e.g., /v1/).
# CLI flag: -server.path-prefix
[http_prefix: <string> | default = "/api/prom"]
[http_path_prefix: <string> | default = ""]
```

## distributor_config
Expand Down

0 comments on commit eab103f

Please sign in to comment.