Goose
Member
Hi, I would need to know if there is a way to configure the XF config to use multiple cdn to load the attached files.
I would like one of the links to be taken randomly, I don't care about a precise balance.
Is it possible somehow?
This is an example:
$config['externalDataUrl'] = 'https://cdn1.XXXX.XXX/forums/data';
$config['externalDataUrl'] = 'https://cdn2.XXXX.XXX/forums/data';
$config['externalDataUrl'] = 'https://cdn3.XXXX.XXX/forums/data';
Thanks
I would like one of the links to be taken randomly, I don't care about a precise balance.
Is it possible somehow?
This is an example:
$config['externalDataUrl'] = 'https://cdn1.XXXX.XXX/forums/data';
$config['externalDataUrl'] = 'https://cdn2.XXXX.XXX/forums/data';
$config['externalDataUrl'] = 'https://cdn3.XXXX.XXX/forums/data';
Thanks