Skip to content

Commit

Permalink
KEYCLOAK-16474 typo in javadoc sproxy_set_header -> proxy_set_header
Browse files Browse the repository at this point in the history
  • Loading branch information
growingspaghetti authored and mposolda committed Dec 3, 2020
1 parent 7da5a71 commit ea67033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* ...
* location / {
* ...
* sproxy_set_header ssl-client-cert $ssl_client_escaped_cert;
* proxy_set_header ssl-client-cert $ssl_client_escaped_cert;
* ...
* }
* </code>
Expand Down

0 comments on commit ea67033

Please sign in to comment.