Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Using a CDN

sjlu edited this page Jun 6, 2012 · 1 revision

A content delivery network allows you to remove most of the bulk from your server (and accept more requests) and optimize your load times to the client.

How to

  1. Edit the file application/config/config.php and modify the cdn_url to match the URL that you wish to use.
  2. Upload your /assets directory to the CDN.
  3. Use the function base_url normally and it'll select the CDN automatically as your URL.
Clone this wiki locally