Configure your Pull Zone settings for optimal performance.
The base URL of your origin server. All requests to the CDN will be proxied to this URL.
https://example.com
The Host header sent to your origin server. Defaults to the hostname from your origin URL, but can be customized if your origin requires a specific host header.
Default time-to-live for cached content in seconds. This applies when your origin doesn't send cache headers.
| Value | Duration |
|---|---|
| 3600 | 1 hour (default) |
| 86400 | 1 day |
| 604800 | 1 week |
| 2592000 | 30 days |
Controls how query strings affect caching:
?v=1 and ?v=2 serve the same cached fileEnable this for versioned assets: style.css?v=123
Enable CORS (Cross-Origin Resource Sharing) to allow your assets to be loaded from other domains.
When enabled, adds these headers:
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, HEAD, OPTIONS
Access-Control-Allow-Headers: *
Prevent other websites from embedding your content. See Hotlink Protection for details.
Block traffic by IP address or country. See WAF Documentation for details.
Automatically optimize images for faster delivery:
See Image Optimization for details.
Minify CSS and JavaScript files to reduce file size:
See Minification for details.
Inject custom scripts into HTML responses:
See Script Injection for details.
By default, error responses (4xx, 5xx) are not cached. Contact support if you need custom error caching behavior.
The maximum time to wait for a response from your origin. Default: 30 seconds.
By default, redirects from your origin are passed through to the client. The CDN does not follow redirects internally.