[config] add note about server.basePath

This commit is contained in:
spalger 2015-11-05 17:34:11 -06:00
parent 645272e225
commit 1cfa5f632f

View file

@ -4,6 +4,10 @@
# The host to bind the server to.
# server.host: "0.0.0.0"
# If you are running kibana behind a proxy, and want to mount it at a path,
# specify that path here. The basePath can't end in a slash.
# server.basePath: ""
# The Elasticsearch instance to use for all your queries.
# elasticsearch.url: "http://localhost:9200"