CDN Management — Configure Global Content Delivery on EasyCloudify
TL;DR — EasyCloudify CDN Management lets you create and manage CDN zones to deliver your static and dynamic content from edge locations worldwide with minimal latency.
What is EasyCloudify CDN?
EasyCloudify CDN (Content Delivery Network) is a global edge delivery service that caches and serves your website's static and dynamic content from locations close to your users, reducing page load times and improving the experience for visitors anywhere in the world. Manage CDN zones at /cloudpanel/cdn.
Before You Start
- You have an active CDN plan subscription (see Plans & Billing)
- Your domain is pointed to EasyCloudify (see DNS Management)
How to Access CDN Management
In the sidebar, click CDN. You land on /cloudpanel/cdn, which loads the Zone Manager component (ZoneManager).
Managing CDN Zones
A CDN zone maps a domain or subdomain to the CDN delivery network. The Zone Manager interface lets you:
- Create a new zone — Enter the domain/subdomain to activate CDN delivery for
- View existing zones — See all active CDN zones on your account
- Configure zone settings — Set caching rules, origin server, and delivery options
- Delete a zone — Remove a CDN zone when no longer needed
CDN Zone Configuration
When creating or editing a CDN zone, you typically configure:
| Setting | Description |
|---|---|
| Zone name | The domain or subdomain to deliver via CDN |
| Origin URL | The source server that CDN fetches content from when cache misses |
| Cache rules | Which content types and paths to cache and for how long |
💡 Tip: Point your CDN zone's origin to your server's IP address. Your DNS A record for the zone should point to the CDN zone's edge IP, not directly to your server — this routes all traffic through the CDN.
Frequently Asked Questions
Does the EasyCloudify CDN support HTTPS?
Yes. EasyCloudify CDN automatically provisions SSL certificates for your CDN zones.
Can I use CDN with my serverless apps?
Yes. Set the CDN zone's origin to your serverless app's default ingress URL to put CDN caching in front of your app.