Skip to content

Commit

Permalink
remove the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed May 12, 2022
1 parent 337f1ee commit 700836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configs/oidc/oidc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

location = /_jwks_uri {
internal;
proxy_cache jwk; # Cache the JWK Set recieved from IdP
proxy_cache jwk; # Cache the JWK Set received from IdP
proxy_cache_valid 200 12h; # How long to consider keys "fresh"
proxy_cache_use_stale error timeout updating; # Use old JWK Set if cannot reach IdP
proxy_ssl_server_name on; # For SNI to the IdP
Expand Down

0 comments on commit 700836c

Please sign in to comment.