Skip to content

Commit

Permalink
Fix --no-basepath references in doc (elastic#78570)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Sep 28, 2020
1 parent c39243c commit 8a51074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/advanced/development-basepath.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ You can set this explicitly using `server.basePath` in <<settings>>.

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 (/).

If you want to turn off the basepath when in development mode, start {kib} with the `--no-basepath` flag
If you want to turn off the basepath when in development mode, start {kib} with the `--no-base-path` flag

[source,bash]
----
yarn start --no-basepath
yarn start --no-base-path
----


Expand Down

0 comments on commit 8a51074

Please sign in to comment.