Skip to content

Common Terminologies

Tay edited this page Oct 11, 2021 · 1 revision

Throughout the dashboard and code, there are terminologies that are specific to CDNs. Here is a quick list of what they mean!

  • Zone - A zone is a website
  • Edge - Edge refers to anything that happens on or is related to the CDN
  • Edge Server - A server that is part of the CDN and acts a reverse proxy
  • Origin - The origin is the server you want to proxy requests to
  • Cache TTL - The amount of time a specific cache item will be kept (TTL means "time to live")
Clone this wiki locally