{ "comments": "CPC Lab property", "rules": { "name": "default", "behaviors": [ { "name": "origin", "options": { "cacheKeyHostname": "REQUEST_HOST_HEADER", "compress": true, "customValidCnValues": [ "{{Origin Hostname}}", "{{Forward Host Header}}" ], "enableTrueClientIp": true, "forwardHostHeader": "ORIGIN_HOSTNAME", "hostname": "${env.origin_hostname}", "httpPort": 80, "httpsPort": 443, "ipVersion": "IPV4", "originCertificate": "", "originCertsToHonor": "STANDARD_CERTIFICATE_AUTHORITIES", "originSni": true, "originType": "CUSTOMER", "ports": "", "standardCertificateAuthorities": [ "akamai-permissive" ], "trueClientIpClientSetting": false, "trueClientIpHeader": "True-Client-IP", "verificationMode": "CUSTOM", "minTlsVersion": "DYNAMIC" } } ], "children": [ "#include:Augment_insights.json", "#include:Accelerate_delivery.json", "#include:Offload_origin.json", "#include:Strengthen_security.json", "#include:Increase_availability.json", "#include:Minimize_payload.json" ], "comments": "The Default Rule template contains all the necessary and recommended behaviors. Rules are evaluated from top to bottom and the last matching rule wins.", "options": { "is_secure": "${env.secure}" } } }