Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions internal/configs/version2/nginx-plus.virtualserver.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ map $request_method $cache_purge_{{ replaceAll $l.Cache.ZoneName "-" "_" }} {
{{- end }}
{{- end }}

{{- with $s.JWKSAuthEnabled }}
proxy_cache_path /var/cache/nginx/jwks_uri_{{$s.VSName}} levels=1 keys_zone=jwks_uri_{{$s.VSName}}:1m max_size=10m;
{{- end }}

{{- if and $s.OIDC $s.OIDC.PKCEEnable }}
include oidc/oidc_pkce_supplements.conf;
{{- end }}
Expand Down Expand Up @@ -290,10 +286,6 @@ server {
internal;
proxy_method GET;
proxy_set_header Content-Length "";
{{- if .KeyCache }}
proxy_cache jwks_uri_{{ $s.VSName }};
proxy_cache_valid 200 12h;
{{- end }}
{{- with .JwksURI }}
{{- if .JwksSNIEnabled }}
proxy_ssl_server_name on;
Expand Down
Loading