Adjust DNS configuration
1. Configure DNS for subdomain cdn.example.com
Instead of using the CDN domain provided by Bizfly Cloud, you can use cdn.domain-của-bạn.com
by creating a CNAME record with the following information:
Record | Name/Host/Alias | Value/Answer/Destination | Time to Live (TTL) |
---|---|---|---|
CNAME |
cdn |
example.cdn.vccloud.vn |
300 |
When:
example.cdn.vccloud.vn
is the CDN domain you received via email
2. Configure DNS for website using www
: www.example.com
To quickly integrate with the CDN without modifying code or installing a plugin, you can use the DNS update method to direct your entire website traffic through Bizfly Cloud CDN. If your site is currently using an A record for www
, you need to delete this record and replace it with a CNAME record for www
as shown below:
Record | Name/Host/Alias | Value/Answer/Destination | Time to Live (TTL) |
---|---|---|---|
CNAME |
www |
example.cdn.vccloud.vn |
300 |
When:
example.cdn.vccloud.vn
is the CDN domain you received via email
3. Configure DNS for website not using www
: example.com
In case you are not using www
for your main website, you can still configure your site to run through Bizfly Cloud CDN by updating the current A records @
to:
Record | Name/Host/Alias | Value/Answer/Destination | Time to Live (TTL) |
---|---|---|---|
A |
Leave blank or @ |
123.30.242.10 | 300 |
A |
Leave blank or @ |
123.30.215.18 | 300 |