Merge pull request #2 from opdavies/spaces

Spaces
This commit is contained in:
Oliver Davies 2015-05-15 21:15:35 -07:00
commit 40a10b9a51
118 changed files with 1050 additions and 1055 deletions

View file

@ -13,15 +13,10 @@ As this module is only going to be needed on pre-production sites, it would be b
~~~php ~~~php
// File proxy to the live site. // File proxy to the live site.
$conf['stage_file_proxy_origin'] = 'http://www.example.com'; $conf['stage_file_proxy_origin'] = 'http://www.example.com';
~~~
~~~php
// Don't copy the files, just link to them. // Don't copy the files, just link to them.
$conf['stage_file_proxy_hotlink'] = TRUE; $conf['stage_file_proxy_hotlink'] = TRUE;
~~~
~~~php
// Image style images are the wrong size otherwise. // Image style images are the wrong size otherwise.
$conf['stage_file_proxy_use_imagecache_root'] = FALSE; $conf['stage_file_proxy_use_imagecache_root'] = FALSE;
~~~ ~~~