Create Small CDN Resource
Learn how to create a Small CDN Resource in the Medianova Control Panel for static content delivery.
A Small CDN Resource is optimized for small-sized static assets such as images, CSS, JavaScript files, and web fonts. It delivers these assets through Medianova’s global edge network to reduce latency and minimize load on your origin servers.
You can configure a Small CDN Resource to:
Fetch content directly from your own server (Origin Pull), or
Serve content hosted on Stook Object Storage (Origin Push).
When to use a Small CDN Resource
Use a Small CDN Resource only for static assets.
For large files, video content, or downloadable media, use Large & VOD Streaming Resources instead.
Create a Small CDN Resource
Unsupported file extensions
Small CDN Resources do not support the following file extensions.
Requests for these file types return 403 Forbidden responses.
3gp, 3gpp, aac, asf, asx, avi, f4v, flv, m2p, m4a, m4v, midi, mov, mp3, mp4, mpeg, mpg, ogg, ogv, wav, wm
If your content includes any of these extensions, create a Large & VOD Streaming Resource instead.
Select the origin type
Option 1: My Origin (Origin Pull)
Medianova fetches content directly from your server when users request files.
Select My Origin.
Click Add and complete the Origin Settings:
Domain or IP
HTTP Port / HTTPS Port
Protocol
Host Header
(Optional) Origin SNI Request, Priority, and Weight if you add multiple origins.
Option 2: Stook Object Storage (Origin Push)
Medianova hosts your files on Stook Object Storage.
Select Stook Object Storage.
In Stook Bucket/Path, choose an existing Bucket and optional Subfolder.
(Optional) Add a CDN Resource Label for internal tracking.
(Optional) Configure your custom domain (CNAME).
If you want to serve content using your own domain (for example, cdn.yourdomain.com) instead of the default hostname (example.mncdn.com), configure a CNAME record.
To use your own domain instead of the default CDN hostname, add a CNAME under the CNAME & SSL tab of your CDN Resource. For detailed steps, see CNAME for CDN Resource.
Use Small only for static assets. For large files, video, or downloadable content, use Large & VOD Streaming instead.
Config Status and Resource Status icons confirm that your setup is complete.
If configuration fails, verify origin accessibility and port settings.
Validate CDN delivery
After creating the resource, test CDN connectivity using the following command:
Replace
example.mncdn.comwith your CDN URL. Use the Custom CNAME if it is configured.Use a URL path that returns
200 OK.This command sends a
GETrequest to the CDN.The output shows:
Remote IP address
HTTP request and response headers
The response body is intentionally discarded.
If validation fails, verify that the origin server is reachable and that the configured port is accessible from the CDN.
Troubleshooting
If configuration fails, verify origin accessibility and port settings.
Ensure DNS updates (especially Custom CNAME) have propagated before testing.
For SSL errors, confirm that the certificate matches the domain and is active.
Last updated
Was this helpful?
