Skip to content

Commit ca93a93

Browse files
authored
Update README.md
1 parent 4ea3dcb commit ca93a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This module requires several new `nginx.conf` directives,
4040
which can be specified in on the `main` `server` or `___location` level.
4141

4242
```
43-
auth_jwt_key "00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF";
43+
auth_jwt_key "00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF"; # see docs for format based on algorithm
4444
auth_jwt_loginurl "https://yourdomain.com/loginpage";
4545
auth_jwt_enabled on;
4646
auth_jwt_algorithm HS256; # or RS256

0 commit comments

Comments
 (0)