Control how the CDN communicates with an origin server.

Hierarchy

  • Origin

Indexable

[k: string]: unknown

Properties

max_keep_alive_requests?: number

Defines the maximum number of requests for a Keep-Alive connection before it is closed.

origin_failover_codes?: HttpStatusCode[]
proxy_special_headers?: string[]

Reserved for future use.

read_idle_timeout?: number

Sets a limit (in seconds) on when to close a connection after an idle period of reading data from the proxy connection.

set_origin?: string

Defines the origin configuration to which requests will be forwarded when they cannot be served from cache.

Generated using TypeDoc