We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b1fd0 commit debbe94Copy full SHA for debbe94
internal/configs/version2/nginx-plus.virtualserver.tmpl
@@ -58,7 +58,7 @@ match {{ $m.Name }} {
58
59
{{ $s := .Server }}
60
{{ with $s.JWTAuth }}
61
-{{ if .KeyCache }}proxy_cache_path /var/cache/nginx/jwk levels=1 keys_zone=jwk:1m max_size=10m; {{ end }}
+{{ if .KeyCache }}proxy_cache_path /var/cache/nginx/jwks_uri levels=1 keys_zone=jwks_uri:1m max_size=10m; {{ end }}
62
{{ end }}
63
64
{{ range $l := $s.Locations }}
0 commit comments