Slightly updated CDN URL format for efficiency

skala
Yannick Warnier 13 years ago
parent 70993f066e
commit 6ca8ea25f5
  1. 7
      main/install/configuration.dist.php

@ -134,13 +134,10 @@ $_configuration['cdn_enable'] = false;
// The following setting will be ignored if the previous one is set to false
$_configuration['cdn'] = array(
// you can define several CDNs and split them by extensions
0 => array(
//replace the following by your full CDN URL, which should point to
// your Chamilo's root directory, including the final slash
'url' => 'http://cdn.chamilo.org/',
'ext' => array('.css','.js','.jpg','.jpeg','.png','.gif','.avi','.flv'),
),
// copy the section above and modify following your needs
'http://cdn.chamilo.org/' => array('.css','.js','.jpg','.jpeg','.png','.gif','.avi','.flv'),
// copy the line above and modify following your needs
);
/**

Loading…
Cancel
Save