Skip to content

Commit 2e85a28

Browse files
authored
Update proxy cache zone name (#3604)
* Update proxy cache zone name * Revert manifest
1 parent 15e418d commit 2e85a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/configs/version2/nginx-plus.virtualserver.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ server {
183183
internal;
184184
proxy_method GET;
185185
{{ if .KeyCache }}
186-
proxy_cache jwk;
186+
proxy_cache jwks_uri;
187187
proxy_cache_valid 200 12h;
188188
{{ end }}
189189
{{ with $s.JWTAuth.JwksURI }}

0 commit comments

Comments
 (0)