Skip to main content
A Load Balancer contains one or more origin groups, and each origin group contains one or more origins. Groups let you organize origins into units that are balanced and failed over together, for example a primary datacenter and a backup datacenter.

Origin groups

Origins

Every origin has the following settings, plus type-specific configuration:

Origin types

Taking origins out of rotation

Disable an origin to remove it from rotation without deleting its configuration. Typical reasons:
  • Scheduled maintenance or deployments: disable the origin before you start, so no new requests are routed to it while you work, then re-enable it when you are done.
  • Incident response: if you identify a problem with a server, disabling it removes it from rotation immediately while you investigate, without waiting for health checks to react.
  • Staging a new server: add the origin disabled, then enable it once the server is ready to receive traffic.
Disabling an entire origin group works the same way and is useful for taking a whole location or datacenter offline at once. Disabled origins and groups receive no traffic under any circumstances, including failover.

Standard origin settings

Origin URL

The origin URL must use HTTP or HTTPS, and can include a port and a path prefix that is prepended to every request path. For example, with an origin URL of https://origin1.example.com:8443/api, a client request for /users is fetched from https://origin1.example.com:8443/api/users.

Host header

The Host header sent to a Standard origin is resolved in this order:
  1. If the Pull Zone has Forward Host Header enabled, the client’s original host is forwarded.
  2. Otherwise, the origin’s Host Header setting is used, if set.
  3. Otherwise, the hostname from the origin URL is used.

TLS verification

When Verify SSL is enabled (the default), the edge validates the origin’s TLS certificate and rejects the connection if validation fails. Disable it only if your origin uses a self-signed or otherwise invalid certificate.

Limits

Contact support if you need higher limits for your use case.

Updating configuration

Configuration changes typically propagate to the edge network within seconds. Note that changing a Load Balancer can also reset active sticky sessions.
Last modified on August 16, 2026