Docs: Flag serve_from_sub_path as available in 6.3 (#17674)

Follow-up to PR #17048. Flag the new serve_from_sub_path option as available in 6.3.
This commit is contained in:
Jared Burns 2019-06-19 22:06:09 -07:00 committed by Torkel Ödegaard
parent 428134482d
commit 6fd4aa4b46

View File

@ -155,6 +155,7 @@ callback URL to be correct).
> case add the subpath to the end of this URL setting.
### serve_from_sub_path
> Available in 6.3 and above
Serve Grafana from subpath specified in `root_url` setting. By
default it is set to `false` for compatibility reasons.