/[drupal]/contributions/modules/cdn/README.txt
ViewVC logotype

Diff of /contributions/modules/cdn/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.13, Mon Jan 14 00:40:08 2008 UTC revision 1.14, Mon Jan 21 21:45:31 2008 UTC
# Line 1  Line 1 
1  // $Id: README.txt,v 1.12 2008/01/12 17:18:42 wimleers Exp $  // $Id: README.txt,v 1.13 2008/01/14 00:40:08 wimleers Exp $
2    
3  Description  Description
4  -----------  -----------
# Line 122  Configuring the $conf array in settings. Line 122  Configuring the $conf array in settings.
122  This is my configuration:  This is my configuration:
123    
124  $conf = array(  $conf = array(
125      'file_url_rewrite' => array(
126        'cdn_file_url', // List the CDN module's URL rewrite function as the preferred server.
127      ),
128    'cdn_url' => 'http://wimleers.cachefly.com/wimleers.com',    'cdn_url' => 'http://wimleers.cachefly.com/wimleers.com',
129    'cdn_sync_filters' => array(    'cdn_sync_filters' => array(
130      // Add all Javascript, CSS, image and flash files from the most common      // Add all Javascript, CSS, image and flash files from the most common

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.2