This object is in archive! 

cdn

Archived justinmind 4 years ago

Hi,

We want to cache our useresponse instance in amazon's cloudfront.

Do you have a procedure or best practice for this?

Thanks!

Replies (1)

photo
1

Hi,

Currently, it's not possible with built-in functionality and we don't have plans on that in the near future.

You can try the most simple solution is to mount /public folder as a network folder. Then add the following directives to /configs/config.php file:

/* CDN configuration */
'cdn' => [
'enabled' => true,
'baseUrl' => '<your_cdn_url>',
],

Regards,

Liza

Replies have been locked on this page!