This page explains Advanced Configuration options available when editing a Site in Kontenum CDN. These settings allow you to fine‑tune delivery behavior, security, performance, and access control for your CDN site.
⚠️ Important: Changes may take a few minutes to propagate across the CDN network.
A human‑readable identifier for your site.
This is the system‑generated CDN endpoint for your site.
Example:
a0e78ae5870fe.kontenum.id
You must configure your Delivery Domain to point to this value using a CNAME record.
Informational timestamps showing when the site was created and last updated.
The public domain used by your end users.
Example:
cdn.example.com
Notes:
Add custom HTTP headers to responses sent to users.
Format:
Header-Name Header-Value
Example:
X-Frame-Options SAMEORIGIN
X-CDN-Provider Kontenum
For certain standard headers, Kontenum will override the value returned by your origin if the same header is defined as a custom response header. This behavior prevents duplicated or conflicting headers in the final response.
The following headers are subject to override:
Content-DispositionContent-LanguageAccess-Control-Allow-OriginAccess-Control-Allow-HeadersAccess-Control-Allow-MethodsAccess-Control-Expose-HeadersIf any of the headers above are configured in Custom Response Headers, the value set here will take precedence over the value sent by your origin server.
Enable free SSL certificates issued by Let’s Encrypt.
How it works:
✔ Certificates auto‑renew before expiration
Learn more about SSL Setup.
Defines where content is fetched from.
The hostname of your origin server.
Example:
origin.example.com
Restrict CDN delivery to a specific sub‑path.
Example:
/static/
Protocol used by CDN to connect to your origin.
Ensure this matches your origin configuration.
Custom headers added to requests sent from CDN to your origin.
Example:
X-Forwarded-Proto https
X-Custom-Origin-Header value
Restrict access based on user location.
Modes:
Example:
ID
SG
Control access by IP address.
Modes:
Supports:
Example:
8.8.8.8
8.8.8.0/24
Allow or deny requests based on the Referer header.
Examples:
none
*.example.com
example.*
Protect content using time‑limited, signed URLs.
Components:
md5)Use cases:
See the built‑in modal documentation for full command examples.
Serve the same cached object regardless of URL query parameters.
Useful for:
Automatically redirect all HTTP requests to HTTPS.
Recommended when SSL is enabled.
Automatically serves modern image formats (WebP / AVIF) when supported by browsers.
Disable if:
Kontenum respects standard HTTP cache headers returned by your origin server. This means you have full control over what content is cached and how long it remains cached at the CDN.
Cache-Control or Expires), Kontenum will follow those instructions exactly.no-cache or no-store), Kontenum will still cache the content using a default cache duration of 30 days.This default behavior ensures good performance out of the box while still allowing you to fine-tune caching behavior through your origin configuration.
Need help with advanced configurations? Contact our support team.