1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-06 03:53:54 +02:00

Merge branch 'master' into feature/azure-idtoken

This commit is contained in:
leyshon 2019-10-04 13:32:29 +01:00 committed by GitHub
commit ef22a0f4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
layout: default
title: Configuration
permalink: /docs/configuration
permalink: /configuration
has_children: true
nav_order: 3
---

View File

@ -1,7 +1,7 @@
---
layout: default
title: Sessions
permalink: /configuration
permalink: /configuration/sessions
parent: Configuration
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
`--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
`--redis-use-sentinel=true` flag, as well as configure the flags `--redis-sentinel-master-name`
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`
and `--redis-sentinel-connection-urls` appropriately.