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.
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 ofhttps://origin1.example.com:8443/api, a client request for /users is fetched from https://origin1.example.com:8443/api/users.
Host header
TheHost header sent to a Standard origin is resolved in this order:
- If the Pull Zone has Forward Host Header enabled, the client’s original host is forwarded.
- Otherwise, the origin’s Host Header setting is used, if set.
- 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.