Skip to content

Commit

Permalink
Update proxy cache zone name (#3604)
Browse files Browse the repository at this point in the history
* Update proxy cache zone name

* Revert manifest
  • Loading branch information
shaun-nx committed Mar 1, 2023
1 parent 15e418d commit 2e85a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configs/version2/nginx-plus.virtualserver.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ server {
internal;
proxy_method GET;
{{ if .KeyCache }}
proxy_cache jwk;
proxy_cache jwks_uri;
proxy_cache_valid 200 12h;
{{ end }}
{{ with $s.JWTAuth.JwksURI }}
Expand Down

0 comments on commit 2e85a28

Please sign in to comment.