mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Specified default settings for server.rewriteBasePath (#45305)
* [DOCS] Specified default settings for server.rewriteBasePath * Doing some version switching
This commit is contained in:
parent
3a5c06858a
commit
9c85bd364d
1 changed files with 3 additions and 3 deletions
|
@ -271,9 +271,9 @@ identifies this Kibana instance.
|
|||
`server.port:`:: *Default: 5601* Kibana is served by a back end server. This
|
||||
setting specifies the port to use.
|
||||
|
||||
`server.rewriteBasePath:`:: *Default: false* Deprecated setting that specifies if Kibana should
|
||||
rewrite requests that are prefixed with `server.basePath`, or require that they
|
||||
are rewritten by your reverse proxy.
|
||||
`server.rewriteBasePath:`:: *Default: false* Specifies whether Kibana should
|
||||
rewrite requests that are prefixed with `server.basePath` or require that they
|
||||
are rewritten by your reverse proxy.
|
||||
|
||||
`server.socketTimeout:`:: *Default: "120000"* The number of milliseconds to wait before closing an
|
||||
inactive socket.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue