diff --git a/oauth2.conf b/oauth2.conf index 5db3c5a..7b441f1 100644 --- a/oauth2.conf +++ b/oauth2.conf @@ -19,9 +19,10 @@ # Note that this directive must be defined before any OAuth2TokenVerify directive that uses it. # # type shm|file|redis|memcache cache backend type for access token validation results, default is shm -# options cache backend specific options, see Cache Options +# options cache backend specific options in query encoded format, see Cache Options +# e.g name=myname&password=mypassword&encrypt=false # -#OAuth2Cache [] +#OAuth2Cache [] # # # OAuth2Cache Options: @@ -54,6 +55,7 @@ # # host (localhost) Redis server hostname # port (6379) Redis servver port +# username () username used to authenticate to the Redis server # password () password used to authenticate to the Redis server