Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "rules": {
  3. "name": "default",
  4. "children": [
  5. "#include:augment_insights.json",
  6. "#include:accelerate_delivery.json",
  7. "#include:increase_availability.json",
  8. "#include:minimize_payload.json",
  9. "#include:offload_origin.json",
  10. "#include:strengthen_security.json"
  11. ],
  12. "behaviors": [
  13. {
  14. "name": "origin",
  15. "options": {
  16. "cacheKeyHostname": "REQUEST_HOST_HEADER",
  17. "compress": true,
  18. "enableTrueClientIp": true,
  19. "forwardHostHeader": "REQUEST_HOST_HEADER",
  20. "httpPort": 80,
  21. "httpsPort": 443,
  22. "originCertificate": "",
  23. "originSni": true,
  24. "originType": "CUSTOMER",
  25. "ports": "",
  26. "trueClientIpClientSetting": false,
  27. "trueClientIpHeader": "True-Client-IP",
  28. "verificationMode": "PLATFORM_SETTINGS",
  29. "hostname": "${env.origin}",
  30. "minTlsVersion": "DYNAMIC"
  31. }
  32. }
  33. ],
  34. "options": {
  35. "is_secure": "${env.secure}"
  36. },
  37. "comments": "The behaviors in the Default Rule apply to all requests for the property hostnames unless another rule overrides the Default Rule settings."
  38. }
  39. }