Merge branch 'master' into feature/azure-idtoken
This commit is contained in:
commit
ef22a0f4b6
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Configuration
|
title: Configuration
|
||||||
permalink: /docs/configuration
|
permalink: /configuration
|
||||||
has_children: true
|
has_children: true
|
||||||
nav_order: 3
|
nav_order: 3
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Sessions
|
title: Sessions
|
||||||
permalink: /configuration
|
permalink: /configuration/sessions
|
||||||
parent: Configuration
|
parent: Configuration
|
||||||
nav_order: 3
|
nav_order: 3
|
||||||
---
|
---
|
||||||
@ -62,6 +62,6 @@ disclosure.
|
|||||||
When using the redis store, specify `--session-store-type=redis` as well as the Redis connection URL, via
|
When using the redis store, specify `--session-store-type=redis` as well as the Redis connection URL, via
|
||||||
`--redis-connection-url=redis://host[:port][/db-number]`.
|
`--redis-connection-url=redis://host[:port][/db-number]`.
|
||||||
|
|
||||||
You may also configure the store for Redis Sentinel. In this case, you will want to use the
|
You may also configure the store for Redis Sentinel. In this case, you will want to use the
|
||||||
`--redis-use-sentinel=true` flag, as well as configure the flags `--redis-sentinel-master-name`
|
`--redis-use-sentinel=true` flag, as well as configure the flags `--redis-sentinel-master-name`
|
||||||
and `--redis-sentinel-connection-urls` appropriately.
|
and `--redis-sentinel-connection-urls` appropriately.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user