We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14cb2c commit aaa6a9eCopy full SHA for aaa6a9e
apps/docs/guide/Access_Lists.md
@@ -449,8 +449,8 @@ HTTP Basic Auth:
449
Description: Primary admin account
450
451
Assigned Domains:
452
- - example.com/admin
453
- - example.com/wp-admin
+ - admin.example.com
+ - cms.example.com
454
```
455
456
**Why Combined?**
@@ -510,7 +510,7 @@ IP Whitelist:
510
- 203.0.113.25 # Partner C gateway
511
512
513
- - api.example.com/v1/partner
+ - api.example.com
514
515
516
**Why IP Whitelist?**
@@ -556,7 +556,7 @@ HTTP Basic Auth:
556
Description: Break glass emergency access
557
558
559
+ - example.com
560
561
562
**Usage**:
0 commit comments