Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "comments": "Terraform property from script",
  3. "rules": {
  4. "name": "default",
  5. "behaviors": [
  6. {
  7. "name": "origin",
  8. "options": {
  9. "cacheKeyHostname": "REQUEST_HOST_HEADER",
  10. "compress": true,
  11. "enableTrueClientIp": true,
  12. "forwardHostHeader": "REQUEST_HOST_HEADER",
  13. "hostname": "${env.origin_hostname}",
  14. "httpPort": 80,
  15. "httpsPort": 443,
  16. "ipVersion": "IPV4",
  17. "originCertificate": "",
  18. "originSni": true,
  19. "originType": "CUSTOMER",
  20. "ports": "",
  21. "trueClientIpClientSetting": false,
  22. "trueClientIpHeader": "True-Client-IP",
  23. "verificationMode": "PLATFORM_SETTINGS",
  24. "minTlsVersion": "DYNAMIC"
  25. }
  26. }
  27. ],
  28. "children": [
  29. "#include:Add_testheader.json",
  30. "#include:Augment_insights.json",
  31. "#include:Accelerate_delivery.json",
  32. "#include:Offload_origin.json",
  33. "#include:Strengthen_security.json",
  34. "#include:Increase_availability.json",
  35. "#include:Minimize_payload.json"
  36. ],
  37. "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.",
  38. "options": {
  39. "is_secure": "${env.secure}"
  40. }
  41. }
  42. }