...
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ https <boolean> - use or not https during requests to origin ssl_verify <boolean> - check or not certificate during requests to origin (required https) s3_bucket <string> - permitted bucket, set when specifying S3-domain aws <json> - use aws authorization during requests to origin hostname <string> - set host header during requests to origin servers <json> - client nodes description read_timeout <string> - time in seconds, e.g. "10s" send_timeout <string> - time in seconds, e.g. "10s" connect_timeout <string> - time in seconds, e.g. "10s" } |
Блок кода | ||||||
---|---|---|---|---|---|---|
| ||||||
{
auth <json> - authorization keys
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
access_key <string> - access key
secret_key <string> - secret key
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
<client_domain/ip_address>: client node address <json>
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
port <integer> - client node port (default 80 and 443)
weight <integer> - load balancing parameters
max_fails <integer> - load balancing parameters
backup <boolean> - use node only in backup mode
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
list of string cnames, f.e. ["alias1.client.cdn.ru"] |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
type <string> - "deny", "custom" or "cached"
robotsContent <string> - client’s robots.txt text (only for "custom" type)
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
request <json> - headers for requests to origin
response <json> - header for customer responses
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
<header_name>: <header_value>
} |
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{
<header_name>: <header_value>
} |