Skip to content

Commit ecc664d

Browse files
committed
Remove deprecated njs properties
1 parent 98dbab3 commit ecc664d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opaque_session_token/frontend.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ js_set $auth_token getAuthToken;
1616
keyval_zone zone=sessions:1M state=state_sessions.json timeout=1h; # CHANGE timeout to JWT validity period
1717
keyval $cookie_auth_token $session_jwt zone=sessions; # Exchange cookie for JWT
1818

19+
# Caching for JWT keys when using 'auth_jwt_key_request' with NGINX Plus R17+
20+
proxy_cache_path /var/cache/nginx/jwk levels=1 keys_zone=jwk:1m max_size=10m;
21+
1922
# The frontend server - reverse proxy with OpenID Connect authentication
2023
#
2124
server {

0 commit comments

Comments
 (0)