Skip to main content

Novin Cloud CDN Service

Novin Cloud's CDN service routes your site's traffic through Novin Cloud's network to speed up load times, reduce load on your origin server, and add a layer of protection in front of your service.

Core concepts

ConceptDescription
GatewayThe main unit of the service; each of your sites or services has one gateway
UpstreamYour origin server, where content is read from
LocationA routing rule: which URL path goes to which upstream
TLSThe SSL certificate used to serve your site over https
WAFRules that protect against malicious traffic
User ──► Novin Cloud Gateway ──► Upstream (your server)

┌─────┴─────┐
│ │
Content cache Firewall

How it works

  1. Create a gateway.
  2. Add an upstream (the address of your origin server).
  3. Define a location to determine which path goes to which upstream.
  4. Add firewall rules if needed.

Next steps