You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,14 +161,14 @@ Manual configuration involves reviewing the following files so that they match y
161
161
- Set a unique value for `$oidc_hmac_key` to ensure nonce values are unpredictable
162
162
- 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.
163
163
164
-
-**frontend.conf** - this of reverse proxy configuration
164
+
-**frontend.conf** - this is the reverse proxy configuration
165
165
166
166
- Modify the upstream group to match your backend site or app
167
167
- Configure the preferred listen port and [enable SSL/TLS configuration](https://docs.nginx.com/nginx/admin-guide/security-controls/terminating-ssl-http/)
168
168
- Modify the severity level of the `error_log` directive to suit the deployment environment
169
169
- 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
170
170
171
-
> Note:
171
+
> Note: Two configuration examples are provided as follows.
172
172
>
173
173
> -1. Basic Example. Landing page starts OIDC flow without a login button
0 commit comments