Skip to content

Instantly share code, notes, and snippets.

@dkobia
Created November 6, 2012 17:08
Show Gist options
  • Save dkobia/4026069 to your computer and use it in GitHub Desktop.
Save dkobia/4026069 to your computer and use it in GitHub Desktop.
<?php defined('SYSPATH') or die('No direct script access.');
/**
* CDN CONFIGURATION
*/
/**
* Content Distribution Network (CDN) Configuration
* Use a content distribution network to serve up
* static CSS, JS, and IMG files
*/
$config['cdn_css'] = "https://f835fdb927d04948f448-2865e19b50a98aeace933136d876dc56.ssl.cf2.rackcdn.com/";
$config['cdn_js'] = "https://f835fdb927d04948f448-2865e19b50a98aeace933136d876dc56.ssl.cf2.rackcdn.com/";
$config['cdn_img'] = "https://f835fdb927d04948f448-2865e19b50a98aeace933136d876dc56.ssl.cf2.rackcdn.com/";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment