[DOC] server.basePath vs server.rewriteBasePath (#106798)

* server.basePath vs server.rewriteBasePath

Moving content to make pronoun commentary applicable to correct nouns. Lined up to https://www.elastic.co/guide/en/kibana/6.8/settings.html

* Apply suggestions from code review

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
Stef Nestor 2021-07-27 13:48:31 -06:00 committed by GitHub
parent b17200a2e6
commit f66bf62e1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,9 @@
In dev mode, {kib} by default runs behind a proxy which adds a random path component to its URL.
You can set this explicitly using `server.basePath` in <<settings>>.
You can set this explicitly using <<server-basePath,`server.basePath`>>. This setting cannot end in a slash (/).
Use the server.rewriteBasePath setting to tell {kib} if it should remove the basePath from requests it receives, and to prevent a deprecation warning at startup. This setting cannot end in a slash (/).
Use <<server-rewriteBasePath,`server.rewriteBasePath`>> to tell {kib} if it should remove the basePath from requests it receives, and to prevent a deprecation warning at startup.
If you want to turn off the basepath when in development mode, start {kib} with the `--no-base-path` flag
@ -15,4 +15,3 @@ yarn start --no-base-path
----