tencent cloud

Tencent Cloud EdgeOne

TEO 정책
개인 정보 보호 정책
데이터 처리 및 보안 계약
문서Tencent Cloud EdgeOne

Overview

포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-12-05 14:23:33
Configuration syntax is a standardized format based on JSON for defining, exporting, and importing site configurations.
Version management: This grammar allows you to compare configuration differences between different versions and fast rollback to earlier versions. Users can directly view change details in JSON format in the version history, or create a new version by editing JSON text to implement precise adjustment of configured settings.
Configuration import and export: Users can write or modify JSON configuration files according to this syntax to achieve rapid configuration copying between different sites, batch update configurations, or restore original configurations.

Function Module Configuration Example

Each feature module in the console has an independent syntax format. Before checking the following example, it is advisable to get familiar with the core component of configuration syntax.
To view the complete configuration parameter description, please refer to Configuration Group Syntax Explanation.
Syntax Examples
{
"FormatVersion": "1.0", // Configuration format version
"ZoneConfig": { //Site-level configuration, containing all configuration items for "site acceleration"
......
},
"Rules": [ //Hierarchical configuration containing all rules in the rule engine
{
"RuleName": "test",
"Branches": [
{
"Condition": "${http.request.host} in ['example.com']",
"Actions": [
...... //rule operation list
]
}
]
}
],
"WebSecurity": { // Web security configuration root object
"ZoneDefaultPolicy": { // Default (global) policy
......
},
"HostPolicy": [ // Domain-level security policy
......
],
"Templates": [ // Protection Policy Template
......
]
}
}


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백