Skip to content

Commit 07110e6

Browse files
authored
Update custom domains doc (#261)
1 parent 61edcdb commit 07110e6

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/buckets/custom-domain.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requirements must be met first:
1616
2. The custom domain must have a CNAME record that points to the bucket URL. For
1717
example, if you own the domain `images.example.com` and bucket `foo-bucket`,
1818
the CNAME record for `images.example.com` should point to
19-
`foo-bucket.fly.storage.tigris.dev`.
19+
`foo-bucket.t3.storage.dev`.
2020

2121
Once these requirements are met, you can enable the custom domain as follows:
2222

@@ -31,19 +31,6 @@ Once these requirements are met, you can enable the custom domain as follows:
3131

3232
[Learn more](/docs/buckets/settings/) about managing your bucket settings.
3333

34-
### Set custom domain using the Fly CLI
35-
36-
1. Open a terminal and run the following command to set the custom domain for
37-
your bucket:
38-
```bash
39-
flyctl storage update foo-bucket --custom-domain images.example.com
40-
```
41-
2. To remove the custom domain, run the following command:
42-
```bash
43-
flyctl storage update foo-bucket --clear-custom-domain
44-
```
45-
[Learn more](/docs/sdks/fly/) about managing your bucket via fly cli.
46-
4734
## Security
4835

4936
When providing objects that render in a browser and have access to your domain's

0 commit comments

Comments
 (0)