123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "rules": {
- "name": "default",
- "children": [
- "#include:augment_insights.json",
- "#include:accelerate_delivery.json",
- "#include:increase_availability.json",
- "#include:minimize_payload.json",
- "#include:offload_origin.json",
- "#include:strengthen_security.json"
- ],
- "behaviors": [
- {
- "name": "origin",
- "options": {
- "cacheKeyHostname": "REQUEST_HOST_HEADER",
- "compress": true,
- "enableTrueClientIp": true,
- "forwardHostHeader": "REQUEST_HOST_HEADER",
- "httpPort": 80,
- "httpsPort": 443,
- "originCertificate": "",
- "originSni": true,
- "originType": "CUSTOMER",
- "ports": "",
- "trueClientIpClientSetting": false,
- "trueClientIpHeader": "True-Client-IP",
- "verificationMode": "PLATFORM_SETTINGS",
- "hostname": "${env.origin}",
- "minTlsVersion": "DYNAMIC"
- }
- }
- ],
- "options": {
- "is_secure": "${env.secure}"
- },
- "comments": "The behaviors in the Default Rule apply to all requests for the property hostnames unless another rule overrides the Default Rule settings."
- }
- }
|