Last update:2026-07-13 15:49:29
You can configure either Basic Origin or Advanced Origin as needed:
.You can enter either origin IP addresses or one origin domain name.
;.The Host header is a required field in an HTTP request. It specifies the hostname or domain name of the server that the client wants to access. This is necessary because multiple domains can share the same IP address on one server, and the origin server uses this value to determine which content to return.
After this setting is configured, when the CDN sends a request to the origin, it includes the specified Host value. The origin then returns content associated with that hostname or domain.
For example, if the value is set to www.atomile.com, an end-user request for www.testdomain.com can be forwarded to the origin with www.atomile.com in the Host header. The origin then responds with content related to www.atomile.com.
This setting allows you to override the destination port on the origin server that CDN servers use for origin requests.
For example, if the port value is set to 9000 for your domain atomile.com, when a request for atomile.com is received, the CDN servers connect to the origin using port 9000 (atomile.com:9000).
- If no port is configured, the original request port is used for back-to-origin by default.
- If Advanced Origin is configured and you need to change the back-to-origin port for advanced origin, contact Atomile technical support.
.This setting determines which advanced origin rule is used when users from a specific region or ISP send origin requests.
- When configuring Region/ISP, make sure that at least one advanced origin rule includes the Global region. Otherwise, the configuration cannot be submitted.
- When setting the rules, note that the available regional granularity may vary.
There are two advanced origin modes. However, you may see only one fixed, non-editable mode because the console sets a default mode for each product, and this setting cannot be changed directly in the console. To modify the advanced origin mode, contact Atomile technical support.
This setting defines the priority order of origin servers. The lower the level number, the higher the priority.
For example:
The CDN prioritizes Tier 1 origins first. If they are unavailable, it proceeds to Tier 2, and so on.
Multiple origin servers can share the same level, but each Back-to-Origin IP/Domain field can contain only one IP address or one domain name. To add more origin servers, click Add to include additional IP addresses or domains.
This setting assigns weight values to origin servers within the same level. The CDN edge server distributes traffic among these origin servers based on the assigned weights.
In Intelligent Back-to-Origin Detection mode, the weight setting does not apply because the CDN edge server always selects the best origin server based on the intelligent detection algorithm. However, if Primary Origin Round-Robin or Backup Origin Round-Robin is enabled in Advanced Config, traffic is distributed by weight instead, overriding the intelligent detection algorithm.
Also known as the Host Header, this setting allows you to specify a different origin host for each origin domain or IP address. This ensures that the CDN edge server includes the correct Host header in origin requests.
This setting applies only to Weighted Back-to-Origin mode and is not available in Intelligent Back-to-Origin Detection mode.
After completing the configuration, click OK, and then click Next to submit your settings.
To reduce the risk of affecting your production environment, we strongly recommend performing a Pre-deploy test in a staging environment first. This ensures that the configuration is correct before going live. After verifying the configuration, click Deploy Now to apply it in the live environment.
The configuration typically takes effect within 3 to 5 minutes. For more information about pre-deployment testing and validation, refer to the tutorial Deploy the Configurations to Staging Environment for Validation.