Skip to content

Commit ca62089

Browse files
committed
chore: fix typo and add a note for two examples for reverse proxy configuration
1 parent 4769ac3 commit ca62089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ Manual configuration involves reviewing the following files so that they match y
161161
- Set a unique value for `$oidc_hmac_key` to ensure nonce values are unpredictable
162162
- If NGINX Plus is deployed behind another proxy or load balancer, modify the `map…$redirect_base` and `map…$proto` blocks to define how to obtain the original protocol and port number.
163163

164-
- **frontend.conf** - this of reverse proxy configuration
164+
- **frontend.conf** - this is the reverse proxy configuration
165165

166166
- Modify the upstream group to match your backend site or app
167167
- Configure the preferred listen port and [enable SSL/TLS configuration](https://docs.nginx.com/nginx/admin-guide/security-controls/terminating-ssl-http/)
168168
- Modify the severity level of the `error_log` directive to suit the deployment environment
169169
- Comment/uncomment the `auth_jwt_key_file` or `auth_jwt_key_request` directives based on whether `$oidc_jwt_keyfile` is a file or URI, respectively
170170

171-
> Note:
171+
> Note: Two configuration examples are provided as follows.
172172
>
173173
> - 1. Basic Example. Landing page starts OIDC flow without a login button
174174
>

0 commit comments

Comments
 (0)