EdgeNext
Documentation home

EdgeNext Documentation

Product guides, setup instructions, and technical references.

Security CDN

Origin Host

The Origin Host refers to the domain name used by Security CDN edge nodes in the Host header when fetching content from the origin server.

  • By default, the origin host is set to the domain being accelerated.
  • If a wildcard domain is integrated, the actual origin host will follow the specific domain accessed by the user.

Note: The specified origin host must match a configured virtual host (vHost) on your origin server. Otherwise, it may lead to 404 errors during origin fetch.

Difference Between Origin Address and Origin Host

  • Origin Address:Determines the IP address used when the edge node initiates an origin request.
  • Origin Host:Determines the site/domain name on that IP address which the request is targeting.

Configuration Guide

  1. Log in to the Security CDN Console.

  2. In the left-hand navigation menu, go to Domain Management, then click Domain List.

    回源HOST配置1
  3. Find the target domain, and in the actions column, click Origin to enter the origin configuration page.

  4. Locate the Origin Host field.

    1. By default, it is set to the current domain.
    2. If you define a custom domain, the system will use the specified domain as the Origin Host during origin fetch.

    回源HOST配置2

Configuration Example

Assume the following setup:

回源HOST配置3

Access Flow:

  1. A user accesses: http://www.abc.com/test.txt
  2. The Security CDN edge node checks its cache. If the file is not cached, it performs an origin fetch.
  3. The system resolves www.test.com to an IP address, e.g., 1.1.1.1
  4. The edge node sends a request to 1.1.1.1, using abc.test.com in the Host header.
  5. The origin server returns /test.txt from the abc.test.com virtual host.
  6. The file is delivered to the user.

Need help? Contact our support team at support@edgenext.com.

Back to documentation home