Skip to content

Commit 1474460

Browse files
authored
Fix typo (successfuly)
1 parent 63d75b3 commit 1474460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ server {
5858
# Absent/invalid OpenID Connect token will (re)start auth process (including refresh)
5959
error_page 401 = @oidc_auth;
6060

61-
# Successfuly authenticated users are proxied to the backend,
61+
# Successfully authenticated users are proxied to the backend,
6262
# with 'sub' claim passed as HTTP header
6363
proxy_set_header username $jwt_claim_sub;
6464
proxy_pass http://my_backend; # The backend site/app

0 commit comments

Comments
 (0)