Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
languagexml
themeConfluence
titleorigin section
collapsetrue
        {
            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"
        }
Блок кода
languagexml
themeConfluence
titleaws section
        {
            auth <json> - authorization keys
        }
Блок кода
languagexml
themeConfluence
titleaws auth section
collapsetrue
        {
            access_key <string> - access key
            secret_key <string> - secret key
        }
Блок кода
languagexml
themeConfluence
titleservers section
collapsetrue
        {
            <client_domain/ip_address>: client node address <json>
        }
Блок кода
languagexml
themeConfluence
titleclient node address section
collapsetrue
        {
            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
        }
Блок кода
languagexml
themeConfluence
titlenames section
collapsetrue
        list of string cnames, f.e. ["alias1.client.cdn.ru"]
Блок кода
languagexml
themeConfluence
titlerobots section
collapsetrue
        {
            type <string> - "deny", "custom" or "cached"
            robotsContent <string> - client’s robots.txt text (only for "custom" type)
        }
Блок кода
languagexml
themeConfluence
titleheaders section
collapsetrue
        {
            request <json> - headers for requests to origin
            response <json> - header for customer responses
        }
Блок кода
languagexml
themeConfluence
titlerequest headers section
collapsetrue
        {
            <header_name>: <header_value>
        }
Блок кода
languagexml
themeConfluence
titleresponse headers section
collapsetrue
        {
            <header_name>: <header_value>
        }