Customer origin | You can use a stable business server that is running as the origin server. Enter the corresponding IP list or a domain name as the origin server address. |
You can select a COS bucket as the origin server. Private bucket access can be enabled. | |
Third-Party Object Storage Origin | You can use a bucket of a third-party object storage service other than Tencent Cloud COS as the origin server. Currently, the supported third-party object storage services include Amazon S3, Alibaba Cloud OSS, Huawei Cloud OBS, and Qiniu Cloud KODO.Note: Currently, ECDN does not support origin servers that are based on third-party object storage services. |
HTTP Origin-pull | CDN pulls HTTP or HTTPS content from the origin server over HTTPS. |
HTTPS Origin-pull | CDN pulls HTTP or HTTPS content from the origin server over HTTPS to prevent theft and tampering of origin-pull data with low CPU usage. Make sure that the origin server is accessible over HTTPS. |
Follow Protocol | HTTP is used for an origin-pull of HTTP content. HTTPS is used for an origin-pull of HTTPS content. HTTPS is also used when you transfer key sensitive content. We recommend that you select this option. Make sure that the origin server is accessible over HTTPS. |
External origin | You can enter multiple origin IPs or origin domain names with one entry per line. Origin-pull from multiple origin IPs in round robin mode: You can enter multiple origin IPs with one entry per line to pull content from these IPs in round robin mode. CDN checks the availability of each origin IP by default. If content fails to be pulled from an IP or if more than five origin-pull requests that are sent to the origin IP time out within one minute, no more origin-pull requests are sent to the origin IP. The origin IP is blocked for 600 seconds and automatically resumed later.Origin-pull from a domain name: You can configure a domain name as the origin server address. The domain name must be different from the acceleration domain name. You cannot use IPv6 domain names.Note: You cannot enter a domain name that is connected to CDN and points to the acceleration domain name. Otherwise, resolution loop occurs, which leads to origin-pull failures. When you enter an origin IP or domain name, you can add a port that ranges from 0 to 65535 and a weight that ranges from 1 to 100 in the format of Origin server address:Port:Weight or Origin server address::Weight. By default, the port is omitted.Note: The weights are sorted based on the size of the number. The larger the number, the higher the weight, and the higher the priority of the origin IP or domain name. The origin server address can contain up to 511 characters. |
Select a COS bucket as the origin server. Select the default domain name, static website domain name, or global acceleration domain name as the bucket address based on the bucket configuration and your actual business needs. For example, if the static website configuration is enabled for the selected bucket, select the static website domain name. If the access permission of the bucket is set to private read, authorize CDN to access the bucket, and enable origin-pull authentication to allow private bucket access. | |
Third-Party Object Storage Origin | If your resources are stored in a bucket of a third-party object storage service, enter a valid bucket address as the origin server address. Currently, the supported third-party object storage services include Amazon S3, Alibaba Cloud OSS, Huawei Cloud OBS, and Qiniu Cloud KODO.Example: my-bucket.s3.ap-east-1.amazonaws.com or my-bucket.oss-cn-beijing.aliyuncs.com. The bucket address cannot contain the http:// or http:// protocol header. If you use a private bucket of a third-party object storage service as the origin server, enter a valid key and enable origin-pull authentication to allow private bucket access. |
External origin | The acceleration domain name is used as the origin domain by default. If a wildcard domain name is connected, the origin domain is the actual access domain name by default and can be customized. |
The bucket access address is used as the origin domain by default, which is the same as the origin server address and cannot be modified. | |
Third-Party Object Storage Origin | The bucket access address is used as the origin domain by default, which is the same as the origin server address and cannot be modified. |
www.test.com
are configured as follows:
http://www.test.com/test.txt
that has not been cached on the CDN node, the node will resolve the domain name www.abc.com
to get the origin server address 1.1.1.1
. Then, the CDN node will access the server 1.1.1.1
, find the test.txt
file in the website path www.def.com
, and return the file to the user.www.test.com
are configured as follows:
http://www.test.com/test.txt
and the node in the Chinese mainland has not cached this resource, it will forward the request to the server 1.1.1.1
and try to find the test.txt
file in the website path 1.test.com
. If the resource exists, the node will directly return the file to the user. If not, it will go to step 2.2.2.2.2
, find the test.txt
file in the website path 2.test.com
, cache and return it to the user.http://www.test.com/test.txt
. As the node outside the Chinese mainland has not cached this resource, it will forward the request to the server 3.3.3.3
and try to find the test.txt
file in the website path 3.test.com
. If the resource exists, the node will directly return the file to the user. If not, it will go to step 4.4.4.4.4
, find the test.txt
file in the website path 4.test.com
, and then cache and return it to the user outside the Chinese mainland.
Was this page helpful?