Skip to content

Commit 2da1613

Browse files
authored
Remove 2 instances of term not to be used (#1375)
Consistent with updated style guide, F5 KB K34150231
1 parent 4d7955a commit 2da1613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/nginx/admin-guide/content-cache/content-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ map $request_method $purge_method {
188188
}
189189
```
190190

191-
In this example, NGINX checks if the `PURGE` method is used in a request, and, if so, analyzes the client IP address. If the IP address is whitelisted, then the `$purge_method` is set to `$purge_allowed`: `1` permits purging, and `0` denies it.
191+
In this example, NGINX checks if the `PURGE` method is used in a request, and, if so, analyzes the client IP address. If the IP address is allowed to, then the `$purge_method` is set to `$purge_allowed`: `1` permits purging, and `0` denies it.
192192

193193
<span id="purge_remove"></span>
194194
### Completely Remove Files from the Cache

content/nginx/deployment-guides/single-sign-on/auth0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ With Auth0 configured, you can enable OIDC on NGINX Plus. NGINX Plus serves as t
149149

150150
- The **logout_uri** is URI that a user visits to start an RP‑initiated logout flow.
151151

152-
- The **post_logout_uri** is absolute HTTPS URL where Auth0 should redirect the user after a successful logout. This value **must also be whitelisted** in **Allowed Logout URLs** on the Auth0 side.
152+
- The **post_logout_uri** is absolute HTTPS URL where Auth0 should redirect the user after a successful logout. This value **must also be specified** in **Allowed Logout URLs** on the Auth0 side.
153153

154154
- If the **logout_token_hint** directive set to `on`, NGINX Plus sends the user’s ID token as a *hint* to Auth0.
155155
This directive is **optional**, however, if it is omitted the Auth0 may display an extra confirmation page asking the user to approve the logout request.

0 commit comments

Comments
 (0)