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

circle-exclamation
1

Access the Create CDN Resource page.

From the left menu, navigate to CDN → Create CDN Resource.

2

Select the resource type.

In Select CDN Resource Type, choose Small.

Selecting Small CDN Resource in the creation form.
circle-info

This option is optimized for static content such as images, CSS, and JavaScript files.

3

Enter general information.

  • Enter a CDN Resource Name. This name appears in your default CDN hostname (for example, example.mncdn.com).

  • (Optional) Enter a CDN Resource Label for internal reference.

4

Select the origin type

Option 1: My Origin (Origin Pull)

Medianova fetches content directly from your server when users request files.

  1. Select My Origin.

  2. 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.

  1. Select Stook Object Storage.

  2. In Stook Bucket/Path, choose an existing Bucket and optional Subfolder.

  3. (Optional) Add a CDN Resource Label for internal tracking.

5

Create the resource.

The new resource appears in the CDN Resources list.

Configuration and availability are indicated by status icons:

  • Config Status: A green icon confirms that the configuration is valid.

  • Resource Status: A blue toggle indicates that the resource is active and enabled.

6

(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.

circle-info

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.com with your CDN URL. Use the Custom CNAME if it is configured.

  • Use a URL path that returns 200 OK.

  • This command sends a GET request 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?