mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 22:14:58 +08:00
Fix typo for authentication (#3005)
This commit is contained in:
parent
f2e0427f0d
commit
34513ce277
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ The following environment variables can be used to configure Livebook on boot:
|
||||||
* `LIVEBOOK_PUBLIC_BASE_URL_PATH` - sets the base url path the `/public/*` routes
|
* `LIVEBOOK_PUBLIC_BASE_URL_PATH` - sets the base url path the `/public/*` routes
|
||||||
are served on. Note that this takes precedence over `LIVEBOOK_BASE_URL_PATH`,
|
are served on. Note that this takes precedence over `LIVEBOOK_BASE_URL_PATH`,
|
||||||
if both are set. Setting this may be useful to create exceptions when deploying
|
if both are set. Setting this may be useful to create exceptions when deploying
|
||||||
behind a reverse proxy that requires au1thentication.
|
behind a reverse proxy that requires authentication.
|
||||||
|
|
||||||
* `LIVEBOOK_CACERTFILE` - path to a local file containing CA certificates.
|
* `LIVEBOOK_CACERTFILE` - path to a local file containing CA certificates.
|
||||||
Those certificates are used during for server authentication when Livebook
|
Those certificates are used during for server authentication when Livebook
|
||||||
|
|
Loading…
Add table
Reference in a new issue