File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 19
19
# Note that this directive must be defined before any OAuth2TokenVerify directive that uses it.
20
20
#
21
21
# type shm|file|redis|memcache cache backend type for access token validation results, default is shm
22
- # options <options> cache backend specific options, see Cache Options
22
+ # options <options> cache backend specific options in query encoded format, see Cache Options
23
+ # e.g name=myname&password=mypassword&encrypt=false
23
24
#
24
- #OAuth2Cache <type> [<options>]
25
+ #OAuth2Cache <type> [<options-in-query-encoded-format >]
25
26
#
26
27
#
27
28
# OAuth2Cache Options:
54
55
#
55
56
# host <string> (localhost) Redis server hostname
56
57
# port <number> (6379) Redis servver port
58
+ # username <string> (<no authentication>) username used to authenticate to the Redis server
57
59
# password <string> (<no authentication>) password used to authenticate to the Redis server
58
60
59
61
You can’t perform that action at this time.
0 commit comments