Page 1 of 1

Specifying an Uploads CDN URL?

Posted: Thu May 18, 2017 6:33 am
by rbaby
Is there a way to specify a different uploads root url? All my uploads are configured to upload the assets automatically to a CDN and instead of referencing all the assets locally, I'd like to have it automatically reference the CDN location.

Instead of: /uploads/images/image.jpg it would automatically be:
http://cdndomain.com/uploads/images/image.jpg

Right now I'm specifying the absolute reference, I'm wondering if there is an easier method.

Thank you.

Re: Specifying an Uploads CDN URL?

Posted: Fri May 19, 2017 4:25 pm
by DIGI3
You can do it in the config.php (see https://docs.cmsmadesimple.org/configur ... ploads_url )

Re: Specifying an Uploads CDN URL?

Posted: Sun May 21, 2017 8:39 pm
by rbaby
Thank you, I will try it!