From 67842737b3f0b8494185935223b1fd933d7e4775 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 7 Mar 2024 16:48:01 +0100 Subject: [PATCH] Readme: Mark $oidc_cache_zone_tokens as required --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 57891da..f72bd6e 100644 --- a/README.adoc +++ b/README.adoc @@ -286,7 +286,7 @@ Default is _empty_. $oidc_cache_zone_tokens:: Name of the {ngx-docs-url}/ngx_http_proxy_module.html#proxy_cache_path[proxy cache] keys_zone for caching tokens. + -Default is `oidc_tokens`. +This variable is *required.* footnote:[It has a default value in the module, but it must be defined for `proxy_cache` in link:conf/server.conf[].] $oidc_cookie_attrs:: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#attributes[Set-Cookie attributes] to be added to the session cookies.